I have another service that needs to use multiple ports on one IP of a server. When IIS starts, it uses all unused IPs so the other service fails to bind its IP. If I start the other service first it is able to use the IP but I can't rely on the order of services starting or that they won't need to be restarted at some point. Is there any way to make IIS not use an IP at all?
|
Apparently in IIS6 the UI setting is broken and this needs to be done using httpcfg of which the gist is:
|
|||||||
|
|
I finally found the answer: There's a utility called |
|||
|
|
|
Sure. Fire up Internet Information Services Manager. Expand until you see your sites under "Web Sites." For each site, right-click and choose Properties. On the Web Site tab click "Advanced" next to IP Address and fill in only the addresses you want used (instead of the default "All Unassigned") |
|||||
|