79382714

Date: 2025-01-23 22:14:27
Score: 0.5
Natty:
Report link

We figured out what happened in the site.

We had to add in the registry key HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa\MSV1_0 the Multi String value BackConnectionHostNames which contained only the hosts, not with the domains, because it only read the first line of the file and the other kept on the loop.

After that, we double-checked if we had in the IIS Authentication, Windows Authentication as our only authentication active. But, in the authentication providers, we had to remove all the providers but NTLM, because Kerberos and the others weren't compatible. (It seems like there was a MS KB in October that disabled those providers)

We restarted IIS and our sites worked.

Reasons:
  • Long answer (-0.5):
  • Has code block (-0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: Frank9412