By default IIS binds (listens) to all IP addresses assigned to the server it's running on. This is problematic when you'd like one or more of the IP addresses to be used by another application, such as a Ruby on Rails app running on Apache or, in my case, Mingle . In these instances, it is desirable...