I just upgraded the .NET Framework from 3.5 to 4.0 on Windows 2003 x64. IIS is configured to run in 32 bit mode.
When I run aspnet_regiis -lv I get the Framework64 and Framework of 4.0.30319.0 and the Framework of 2.0.50727.0 listed.
I have a web application with a virtual directory of sems and the Documents -> Enable Default Content Page is set to default.aspx (which is a valid page). If I specify the default.aspx page in the URL it works correctly.
How can I get the default document to work?