IIS 7.5 Windows-Authentifizierung ist fehlgeschlagen mit 401

Da zogen wir von IIS 7.0, IIS 7.5 Windows-Authentifizierung funktioniert nicht mehr von remote-Anforderungen. Wenn ich öffnen Sie die website auf dem webserver funktioniert alles einwandfrei.

web.config:

<authentication mode="Windows" />
<identity impersonate="true" />
<authorization>
        <deny users="?" />
        <allow users="*" />
</authorization>

IIS-Einstellungen:

Authentication (enabled): ASP.NET Impersonation, Windows Authentication (all others are disabled)
ApplicationPool: Managed Pipeline Mode -> Classic, Identity -> ApplicationPoolIdentity

Ausgefallenen Wunsch Trace:

MODULE_SET_RESPONSE_ERROR_STATUS
ModuleName: WindowsAuthenticationModule
Notification: 2
HttpStatus: 401
HttpReason: Unauthorized 
HttpSubStatus: 1
ErrorCode: 2148074254 
ConfigExceptionInfo:  
Notification: AUTHENTICATE_REQUEST
ErrorCode No credentials are available in the security package (0x8009030e) 

Irgendwelche Vorschläge?

InformationsquelleAutor Dave | 2010-07-16
Schreibe einen Kommentar