So I added the IIS Role to my Windows 2003 server for a client that is running ASP.
They have a 'default.aspx' page in the site they sent me.
I added a site and gave it a path of c:\Inetpub\wwwroot_client_site
When I try to browse to it by: http://my%5Fpublic%5Fip/%5Fclient%5Fsite I am getting a 'this page cannot be found' error.
I went into the site properties and made sure 'default.aspx' was the first entry for default content pages. Anonymous access is turned on. Read/Write/Directory Browsing are checked off. I checked the folder on the file system to make sure IUSR_Client has read/write/list folder contents.
What things can I look for to fix this?
