Problem with integrated IIS authentication on XP
- From: "Tim Gorgs" <google@xxxxxxxxxxxxxx>
- Date: 13 Feb 2006 08:58:42 -0800
Hi all,
I have the following constellation:
Windows 2003 Server with IIS and integrated windows authentication as
the only authentication method
When I request a page like http://myserver.com/file.html, it works fine
with a Windows 2000 client (on the server I can log the requesting
user, just the way it should be).
When I request the same page with the same user from a Windows XP
client, I get the requested content in the browser window AND a dialog
window which asks me to enter username and password
In the IIS logfile I can see that the Windows XP client generated three
requests, one without supplied credentials, the next one with them
(this can happen as the IIS tells the Internet Explorer to send the
same request again after the first one, but this time with
credentials), and the third request without credentials again.
The HTTP codes are 401 for request 1, 200 for request 2 and 401 again
for request 3.
I don't understand why there are three and not two requests, and I
don't know why the browser displays the required content AND the dialog
box as well.
I tried to enable / disable "use integrated windows authentication" in
Internet Explorer, but neither of the settings changed anything.
I really don't have a clue what might be wrong, any help is very
appreciated.
Best regards
Tim
.
- Follow-Ups:
- Re: Problem with integrated IIS authentication on XP
- From: Ken Schaefer
- Re: Problem with integrated IIS authentication on XP
- Prev by Date: IIS authentication on a RADIUS
- Next by Date: Re: Problem with integrated IIS authentication on XP
- Previous by thread: IIS authentication on a RADIUS
- Next by thread: Re: Problem with integrated IIS authentication on XP
- Index(es):
Relevant Pages
|