I have a website running under IIS 7.5 on Windows 7 Professional SP1 on my dev laptop. This website runs fine under IIS 6 on a Windows 2003 server. But, when I migrated it over to my dev laptop, the ASPX side of the website is throwing a 404 error. I
can browse the site fine from within IIS Mgmt Console. I've run aspnet_regiis a couple of times with different flags.
I installed and configured FailedRequestTracing and ran a trace to determine the cause of the error. Here is the xml file generated by the tool:
<?xml version="1.0" encoding="UTF-8" ?>
<?xml-stylesheet type='text/xsl' href='freb.xsl'?>
<!-- saved from url=(0014)about:internet -->
<failedRequest url="http://localhost:80/CMPNet/login.aspx?RedirectUrl=/CMP/main/default.asp&u=gbusby&s=551727169"
siteId="2"
appPoolId="cmpnet"
...
Go to the complete details ...