« Previous Next »
Last post 11-02-2009 11:33 AM by tomkmvp. 3 replies.
Average Rating Rate It (5)Thank you for the rating!
Page 1 of 1 (4 items)
Sort Posts: Oldest to newest Newest to oldest
Login-Dialog appears from windows 2003 server iis 6.0 web site with integrated windows authentication only.
When user access web site url , it throws NTLM login dialog instead of pass through user's windows credentials. Both client and server are on the same domain.
If you cancel the dialog box you will see the actual error.
if its 401.1, you will have to look for the kerberos related errors
if its 401.2, you will probably need to add the URL to the local intranet zone and check.
check out the KB 929650
sureshmangalath@yahoo.com:Login-Dialog appears from windows 2003 server iis 6.0 web site with integrated windows authentication only. When user access web site url , it throws NTLM login dialog instead of pass through user's windows credentials. Both client and server are on the same domain.
I have seen this resolve many issues with dialog boxes popping up while using Integrated Auth. I will set it to only NTLM authentication in this instance. cscript adsutil.vbs set w3svc/WebSite/root/NTAuthenticationProviders "NTLM"
This is likely to be an IE configuration issue ...
http://support.microsoft.com/kb/258063