Microsoft
Software
Hardware
Network
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\ad
sutil.vbs set w3svc/
/NTAuthenticati
onProvider
s 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
changing password
Exchange server cannot be contacted. When running Best Practices Analyzer
How to bypass admin password for vista business?
Corrupted Outlook archive.pst file
Recover Deleted Email - Exchange 2000
AD replication server over IPSec tunnel- advantages?
SQL Server 2000, 2005 and 2008 + shrink
Microsoft, Access, 2003, VBA, Make a record found in a recordset the current record of a form
Sybase Replication - Failed to start network listeners
in Bash's Sort, how do I sort by a second or third field ?