Is it possible to setup an IIS hosted site so that it is setup with multiple IPs? I'm not sure if this is practicle or if we should stick to a single IP per site. We are using IIS6 on Windows 2003
feedback
|
|
Yes. When you go to the site bindings, you can specify which IP address you want to bind it to, along with a host name. Feel free to add as many combinations of IP addresses and hostnames as you like. To do this, go to the Site Properties (right-click the site and choose Properties) and next to "IP Address" click the "Advanced" button. Add them by using the Add button on this screen. | |||
|
feedback
|
|
A single IIS site can have multiple bindings so that it is accessible on different IP:port combinations. You can also have lots of sites on a single IIS host that are all bound using the same IP address where the host header is used to determine which site a request will route to. | |||
feedback
|