(Windows Server 2003) Creating a New IIS Web Site for use by AgilePoint Server / Setting Up the authentication mode for the AgilePoint Server Web site |
To use NTLM protocol for network authentication, do the following.
cscript adsutil.vbs set w3svc/[Website]/root/NTAuthenticationProviders "NTLM"
In the above command, WebSite refers to the Web site ID number.
cscript adsutil.vbs get w3svc/WebSite/root/NTAuthenticationProviders
If the NTLM authentication is enabled, the command returns the following:
NTAuthenticationProviders : (STRING) "NTLM"