What could cause IIS/ASP.NET to fail to serve a website's default document?
        Posted  
        
            by Giffyguy
        on Server Fault
        
        See other posts from Server Fault
        
            or by Giffyguy
        
        
        
        Published on 2010-05-19T03:31:18Z
        Indexed on 
            2010/05/19
            3:40 UTC
        
        
        Read the original article
        Hit count: 367
        
http://www.angryoctopus.net/Default.aspx works fine, but http://www.angryoctopus.net/ returns the ASP 404 error.
In the website properties, the Enable default content page checkbox is selected, and Default.aspx is the only default document in the list.  
What could cause the server to react this way, and how can I fix it?
© Server Fault or respective owner