.comment-link {margin-left:.6em;}

Ben Cops

Monday, June 29, 2009

IIS Authentication and Access Control Diagnostics Tool

This came in handy debugging the shonky install for the ESB Toolkit 2

Authentication and Access Control Diagnostics 1.0 (x86)

I was getting an error in the event log;

“The remote server returned an error: (401) Unauthorized”

The tool pointed me at the ESB.Exceptions.Service virtual directory.  Loading the .svc file in here directly led me to change the authentication provider to “Negotiate,NTLM”

C:\Inetpub\AdminScripts>cscript adsutil.vbs set w3svc/NTAuthenticationProviders
"Negotiate,NTLM"

0 Comments:

Post a Comment

<< Home