Default.aspx with IIS 6.0 and .Net 4?

Posted by Amitabh on Stack Overflow See other posts from Stack Overflow or by Amitabh
Published on 2010-05-12T18:07:15Z Indexed on 2010/05/12 21:14 UTC
Read the original article Hit count: 216

Filed under:
|
|
  1. We have deployed a .net 4 asp.net site on IIS 6.0.
  2. Default.aspx is configured as one of the default document.
  3. When we access the site using the following url

http://testsite

We expect it to render

http://testsite/Default.aspx

But instead we get 404 Not found error. We did not had this issue when it was deployed on .Net 2.0. Only thing that has changed on the server is that we use .Net 4 instead of .Net 2.

© Stack Overflow or respective owner

Related posts about ASP.NET

Related posts about asp.net-4.0