How to Configure IIS 7.5 to Host Several Classic ASP Sites using 1 IP Address?
Posted
by
SidC
on Server Fault
See other posts from Server Fault
or by SidC
Published on 2012-10-23T22:49:21Z
Indexed on
2012/10/23
23:02 UTC
Read the original article
Hit count: 365
iis
|asp-classic
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?
© Server Fault or respective owner