04-19-07 06:21 PM
On Apr 19, 8:52 am, Mark <Ler...@noemail.noemail> wrote:
> We have a website in IIS6 that we have protected using Integrated Windows
> authentication with Anonymous access disabled. The normal behaviour in IE6
> when hitting this site over the Internet is to prompt for credentials.
> However, we have run across 3 IE6 installations (6.0.2900.2180) that do no
t
> prompt. This is even after setting the User Authentication to "Prompt for
> user name and password" in all 4 security zones. When hitting the site,
> instead of prompting for credentials, "401.2 - Unauthorized" is returned.
Is
> there another setting in Internet Explorer or IIS that we need to change i
n
> order to force the prompt? Any advice would be appreciated.
>
> Thank-you
> --
> Mark
401.2 indicates that the authentication protocol required by the
server was not performed/supported by the client.
- Verify the authentication protocol required by the vdir on IIS.
- Verify that you do not have custom ISAPI Filter altering IIS
behavior to require different authentication. Just because you set it
in the vdir does not mean it takes effect - ISAPI Filter can make
anything else happen regardless of your configuration
- Verify that the browser is configured to use the verified
authentication protocol from the server
What you indicate is not normal behavior for default installations of
both IIS nor IE, so you need to be extra vigilant on tracking what is
unusual with your client/server setup.
//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//
[ Post a follow-up to this message ]
|