Eintrag

Auth-Error bei virtuellen Webnamen und NTLM

Wenn auf einem Server, zb SVC1, eine Website namens, zb INFO, angelegt ist, und im Servercode greift diese wiederum auf sich selbst authentifiziert per NTLM zu (also es erfolgt ein Zugriff auf INFO), dann kommt ein AccessDenied –> http://support.microsoft.com/kb/887993/en-us

Gleiches passiert auch bein lokalen Zugriff per IE.
Lösung:
Create the Local Security Authority host names that can be referenced in an NTLM authentication request (preferred) o 2. Click **Start**, click **Run**, type regedit, and then click **OK**. o 4. In Registry Editor, locate and then click the following registry key:
**HKEY\_LOCAL\_MACHINE\\SYSTEM\\CurrentControlSet\\Control\\Lsa\\MSV1\_0**
o 6. Right-click **MSV1\_0**, point to **New**, and then click **Multi-String Value**. o 8. Type BackConnectionHostNames, and then press ENTER. o 10. Right-click **BackConnectionHostNames**, and then click **Modify**. o 12. In the **Value data** box, type the host name or the host names for the sites that are on the local computer, and then click **OK**. o 14. Exit Registry Editor, and then restart the server for this change to take effect.
Dieser Eintrag ist vom Autor unter CC BY 4.0 lizensiert.