IIS 7.0 - Every site suddenly redirecting root request to forms authentication
        Posted  
        
            by Pittsburgh DBA
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Pittsburgh DBA
        
        
        
        Published on 2010-04-30T15:07:53Z
        Indexed on 
            2010/05/01
            1:47 UTC
        
        
        Read the original article
        Hit count: 372
        
Suddenly, IIS 7.0 is redirecting every request for the root of any domain hosted on the box to ~/Account/Logon, which is our Forms Authentication redirect. Additionally, some JavaScript and image requests are being similarly redirected, but not other aspx pages.
This is not desirable. Nobody will admit to changing anything.
Any ideas?
EDIT: It turns out that something has gone wrong with the disk permissions. Can anyone point me to the way things are supposed to be in Windows Server 2008 for a standard ASP.Net installation? The disk permissions are out of whack now.
© Stack Overflow or respective owner