Default.aspx issue 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
            18:24 UTC
        
        
        Read the original article
        Hit count: 219
        
- We have deployed a .net 4 asp.net site on IIS 6.0.
- Default.aspx is configured as one of the default document.
- When we access the site using the following url
We expect it to render
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