404 when page exists - IIS 5, ASP.NET 4.0

Posted by tsilb on Server Fault See other posts from Server Fault or by tsilb
Published on 2009-06-22T00:14:29Z Indexed on 2010/03/19 10:01 UTC
Read the original article Hit count: 402

Filed under:
|
|
|

I have a webserver running Server 2003 Datacenter and IIS 5 which is hosting a variety of ASP.NET 2.0 websites. I'm attempting to add an ASP.NET 4.0 website which I wrote via the VS2010 Beta, and I have .NET 4.0 Beta 1 installed on the server.

The website appears to be configured correctly; anonymous access is on, it points to the right folder, and is set to asp.net 4.0.

Why might it be giving me a 404 error when I browse to it, both locally and remotely?

© Server Fault or respective owner

Related posts about iis5

Related posts about ASP.NET