Question : NTLM and IIS

I have a w2003 box with IIS that is running many websites. I have disable anonymous access to one of the sites and added users to the box. I want the users to always get the NTLM login which will then take them to the login for the web itself. It seems if I clear all cache and temp internet files it does this as advertised, but is there a way to force NTLM everytime the user tries to get this particular web?

Thanks in advance.

Answer : NTLM and IIS

You can use this setting at the site level as well as at the server level, but there is a problem with that article.  Unless you have explicitly set the value it doesn't show up in the Metabse.xml file and defaults to "Negotiate,NTLM".

Simple way to do it for one site is the following:

cscript c:\inetpub\adminscripts\adsutil.vbs set w3svc//NTAuthenticationProviders NTLM

This will create the entry for the specific site you want to make the change for and will not affect the other sites on the server.

Dave Dietz
Random Solutions  
 
programming4us programming4us