IIS 7.5 échec de l'Authentification Windows avec 401

Depuis que nous avons déménagé de IIS 7.0, IIS 7.5 l'Authentification Windows ne fonctionne plus depuis les demandes à distance. Si j'ouvre le site sur le serveur tout fonctionne bien.

web.config:

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

Paramètres IIS:

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

Échec De La Demande De 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) 

Des suggestions?

OriginalL'auteur Dave | 2010-07-16