Re: 401.2 Error
From: Robert Aldwinckle (robald_at_techemail.com)
Date: 05/25/04
- Next message: *Vanguard*: "Re: IE caching pages it shouldn't"
- Previous message: Robert Aldwinckle: "Re: PLEASE HELP ME!!!"
- In reply to: anonymous_at_discussions.microsoft.com: "Re: 401.2 Error"
- Next in thread: mosika_at_kbb.com: "Re: 401.2 Error"
- Reply: mosika_at_kbb.com: "Re: 401.2 Error"
- Messages sorted by: [ date ] [ thread ]
Date: Tue, 25 May 2004 14:50:37 -0400
<anonymous@discussions.microsoft.com> wrote in message
news:11acd01c44203$e1c0a390$a601280a@phx.gbl
...
>I tried the regsvr32 commands you suggested but it didn't
> fix the problem.
I just noticed that your code is 401.2 not just 401.
Some KB articles about that code also refer to fixes in urlmon.dll
so it would probably be a good idea to re-register it too:
regsvr32 /i urlmon.dll
Do wininet.dll too. It doesn't have an entrypoint for DllRegisterServer
but it does have a DllInstall:
regsvr32 /i /n wininet.dll
> -Https is not being used
That's good. That allows you to do some tracing.
I suspect what you will find is that you are receiving an HTTP 401 response
with headers such as
Authenticate: negotiate
WWW-Authentication: NTLM
That is what should cause the prompt you are expecting but since
it also carries the HTML for the Access denied message it is what
you are seeing instead. That assumes you also have unchecked:
Show friendly HTTP error messages
(Options, Advanced tab)
If you don't have a proper tracing tool you could capture this particular
response using a telnet client. If necessary you could capture the same
diagnostic both from machines which are working and from the machine
which isn't working. Other diagnostics which could be illuminating via
this compare technique would be tracing using RegMon and FileMon
(freeware from SysInternals).
> a failed logon attempt is not recorded.
If you aren't getting a prompt but just seeing the message
I think that this just means that there was no attempt.
> Any other ideas?
You might get more informed help posting in a newsgroup which
specializes in Security for either IIS or XP.
HTH
Robert
---
- Next message: *Vanguard*: "Re: IE caching pages it shouldn't"
- Previous message: Robert Aldwinckle: "Re: PLEASE HELP ME!!!"
- In reply to: anonymous_at_discussions.microsoft.com: "Re: 401.2 Error"
- Next in thread: mosika_at_kbb.com: "Re: 401.2 Error"
- Reply: mosika_at_kbb.com: "Re: 401.2 Error"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|