Hello,
We have a web server which has been working correctly for some months now. This morning, we noticed that all the sites are down because the domain account used to access the website files was locked out. We unlocked the password and reset the password and get back to the IIS server and proceed with the following steps:
- Connect to a site,
- Right Click on site, go to Basic Settings -> Connect as -> Set -> Enter account details -> OK -> OK
- Click Test Settings... (all tests pass)
- Click Close -> OK
At this point, all seems normal. However, on going back to Basic Settings -> Test Settings, the tests now fail.
After multiple tests, the account is locked out, as if the password was wrong. This occurs, even if I try with the Domain Admin account. Every other site on this server is now showing the same issue with their credentials.
We edited the applicationHost.config file and replaced the encrypted password added by IIS on the website by a plain-text password and it works fine. So, we are sure that something is happening with the IIS server.
I provisioned a new server and was able to reproduce as soon as I imported the sites from the faulty server to the newly provisioned.
Googling the issue, I found only a few old posts showing the same issue but none of them get a solution.
Share with me any thoughts.
Thanks.
Extra details which may be relevant:
- Windows Server 2019 Datacenter
- IIS 10.0.17763.1
- Shared configuration when the issue started (but even without it we still have the same issue)
- A couple of other webservers have the same issue