Stop IIS listening on all IP addresses

On a computer with multiple IP addresses, IIS greedily listens on all its IP addresses by default. This is a problem if you want to run something like Apache on one IP address, and IIS on the other. IIS 5.0 In IIS 5.0, "socket pooling" is enabled by default. This feature makes it listen on all IP addresses. To disable it, type the following at a command prompt: CD\Inetpub\Adminscripts cscrip...

Posted in IIS at 2006-11-20T11:32:00Z.