Hi, I have a development machine (HP quad-core 8G RAM) running brand new Windows 7 Ultimate x64. I installed IIS in the "Turn Windows features on or off". I checked .NET extensibility, ASP.NET, CGI, ISAPI Extensions, and ISAPI Filters.
I created a site "www" pointing to the physical path "C\inetpub\wwwroot\www". In my hosts file I created an entry "127.0.0.1 www.mydomain.com". When I hit www.mydomain.com from this machine with a browser I get the site just fine. I can bowse the other pages of the site.
But when I forward port 80 traffic to this machine in my router and hit www.mydomain.com from outside I get the default file index.htm, but when I click on the about-us.htm link I get a 404 error.
Ideas?