Can IIS admin change password of Windows Service account
        Posted  
        
            by sweta Jha
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by sweta Jha
        
        
        
        Published on 2010-03-24T11:26:20Z
        Indexed on 
            2010/03/25
            6:53 UTC
        
        
        Read the original article
        Hit count: 483
        
We have a service account defined for anonymous access which is used for several web sites hosted on the web server. This account has access to several network resources like report server, file servers and so on.
While deploying a new web site, we used the same service account for anonymous access. IIS takes the username/password for the account and then a dialog opens for confirm password.
Accidently, we gave a wrong password in both the text boxes, the new site with wrong password is working fine but all other previously hosted sites which were using the service account, started giving the unautorized access error.
Is it possible that when we entered wrong password for the new web site, the password of the account got reset and all sites stopped functioning?
© Stack Overflow or respective owner