How to Configure IIS 7.5 to Host Several Classic ASP Sites using 1 IP Address?
- by SidC
We are running Windows Server 2008 R2 with IIS 7.5 and have 4-5 Classic ASP sites to install. The main site is stored in wwwroot and the other sites are stored in folders below wwwroot.
We have 1 IP address for the server. How do I configure IIS to allow folks to browse/test the sites before domain names are pointed to te server?
When I setup one of the sites in a subfolder of wwwroot and assign a separate port to it, I receive a message stating:
Config Error Cannot add duplicate collection entry of type 'add' with unique key
attribute 'value' set to 'index.asp'
How do I remedy this error and permit IIS to render the site?