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 at http://my_public_ip/_client_site I am getting the error This page cannot be found.
I went into the site properties and made sure that default.aspx was the first entry for default content pages. Anonymous access is turned on and Read/Write/Directory Browsing are checked off. I also checked the folder on the file system to make surethatIUSR_Client` has read/write/list folder permissions.
What things can I look for to fix this?