Windows Integrated Authentication

Having a little problem with Windows Integrated Authentication on IIS 6 on
W2k3 Std SP1 and wondered if anyone has an idea as to what is wrong, as I
cannot find anything.

I have an IIS site with just one page, default.htm, as a test webserver.
This server will require secure access in the future when it goes into
production. When I enable WIA (no other authentication is enabled, no
annoymous access) any user that attempts to access it is asked for their
credentials.

All users are in the same domain as the IIS server.
All users have access to another IIS server that also uses WIA, but are not
asked for username and password when accessing that site - it just logs in
as you would expect it to.
All users use IE6 and have enable windows authentication ticked in IE.

Anyone have any ideas?

TIA

Wayne
wayne [ Mi, 21 März 2007 09:46 ] [ ID #1664319 ]

RE: Windows Integrated Authentication

Is there maybe a difference in the application pool (identity settings / accounts) under which the application is runing in comparison with the server where all is functioning correctly?
Is there a web.config file that you can compare for the 'functioning' vs 'non-functioning' application [(allow / deny users or roles). Possibly, also, the application machine.config files if there are no application web.config files

From http://developmentnow.com/g/91_2007_3_0_0_947565/Windows-Int egrated-Authentication.htm

Posted via DevelopmentNow.com Groups
http://www.developmentnow.com
Robert Faulkner [ Mi, 21 März 2007 23:31 ] [ ID #1664324 ]

Re: Windows Integrated Authentication

Thanks for the response, I'll check it out.

Wayne

"Grant_S" <nospam [at] developmentnow.com> wrote in message
news:d063b5c3-b52e-40ba-b74a-034691e2e130 [at] developmentnow.com ...
> Is there maybe a difference in the application pool (identity settings /
> accounts) under which the application is runing in comparison with the
> server where all is functioning correctly?
> Is there a web.config file that you can compare for the 'functioning' vs
> 'non-functioning' application [(allow / deny users or roles). Possibly,
> also, the application machine.config files if there are no application
> web.config files
>
> From
> http://developmentnow.com/g/91_2007_3_0_0_947565/Windows-Int egrated-Authentication.htm
>
> Posted via DevelopmentNow.com Groups
> http://www.developmentnow.com
wayne [ Do, 22 März 2007 01:07 ] [ ID #1665484 ]
Webserver » microsoft.public.inetserver.iis.security » Windows Integrated Authentication

Vorheriges Thema: HTTPS Required
Nächstes Thema: The simplest case