Windows 2003 Server.

I have Windows Integrated Authentication checked and nothing else.
When pulling up the webpage, it still prompts for a username and
password. How come? Thanks.

IIS Still Prompts for Username and Password by keith

keith
Thu Nov 06 16:24:33 CST 2003


>-----Original Message-----
>Windows 2003 Server.
>
>I have Windows Integrated Authentication checked and
nothing else.
>When pulling up the webpage, it still prompts for a
username and
>password. How come? Thanks.
>.
>

Two things to check:
1. NTFS permissions on files.
2. Domain trust relationships (if client logins in to a
domain that is not "trusted" by the web server's domain
then you will get Username/Password prompt.)

Re: IIS Still Prompts for Username and Password by john_20_28_2000

john_20_28_2000
Fri Nov 07 07:01:09 CST 2003

"keith" <anonymous@discussions.microsoft.com> wrote in message news:<059401c3a4b4$c0aba9d0$a101280a@phx.gbl>...
> >-----Original Message-----
> >Windows 2003 Server.
> >
> >I have Windows Integrated Authentication checked and
> nothing else.
> >When pulling up the webpage, it still prompts for a
> username and
> >password. How come? Thanks.
> >.
> >
>
> Two things to check:
> 1. NTFS permissions on files.
> 2. Domain trust relationships (if client logins in to a
> domain that is not "trusted" by the web server's domain
> then you will get Username/Password prompt.)

Here's something strange. I changed the NTFS and can login from other
clients, but if I am on the box itself, then it prompts me. I also
have other items that see to be security related. It's all on the
same domain.

I think if I can figure out why it is prompting me on the box itself,
all my problems will go away - on this.

Re: IIS Still Prompts for Username and Password by Tom

Tom
Fri Nov 07 08:49:04 CST 2003

"jm" <john_20_28_2000@yahoo.com> wrote in message
news:c67e4bdd.0311070501.55e7b9e7@posting.google.com...
> "keith" <anonymous@discussions.microsoft.com> wrote in message
news:<059401c3a4b4$c0aba9d0$a101280a@phx.gbl>...
> > >-----Original Message-----
> > >Windows 2003 Server.
> > >
> > >I have Windows Integrated Authentication checked and
> > nothing else.
> > >When pulling up the webpage, it still prompts for a
> > username and
> > >password. How come? Thanks.
> > >.
> > >
> >
> > Two things to check:
> > 1. NTFS permissions on files.
> > 2. Domain trust relationships (if client logins in to a
> > domain that is not "trusted" by the web server's domain
> > then you will get Username/Password prompt.)
>
> Here's something strange. I changed the NTFS and can login from other
> clients, but if I am on the box itself, then it prompts me. I also
> have other items that see to be security related. It's all on the
> same domain.
>
> I think if I can figure out why it is prompting me on the box itself,
> all my problems will go away - on this.

Most likely purely an IE issue - if you're using an IP or FQDN in the URL,
IE sees it as an Internet address.

In IE, Go to Tools -> Internet Options -> Security -> Custom Level -> User
Authentication -> Logon and make sure it's not prompting for intranet use.
You can also add your domain or IP to the no proxy setting to get IE to
recognize it as the intranet. Tools -> Internet Options -> Connections ->
LAN Settings -> Advanced.

For security configuration you need to go Tools > Internet Options >
Security > Local intranet > Sites... > Advanced > Add this web site or IP to
the zone.

--
Tom Kaminski IIS MVP
http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
http://mvp.support.microsoft.com/
http://www.microsoft.com/windowsserver2003/community/centers/iis/




Re: IIS Still Prompts for Username and Password by john_20_28_2000

john_20_28_2000
Fri Nov 07 12:10:37 CST 2003

"Tom Kaminski [MVP]" <tomk (A@T) mvps (D.O.T) org> wrote in message news:<bogb6o$566@kcweb01.netnews.att.com>...
> "jm" <john_20_28_2000@yahoo.com> wrote in message
> news:c67e4bdd.0311070501.55e7b9e7@posting.google.com...
> > "keith" <anonymous@discussions.microsoft.com> wrote in message
> news:<059401c3a4b4$c0aba9d0$a101280a@phx.gbl>...
> > > >-----Original Message-----
> > > >Windows 2003 Server.
> > > >
> > > >I have Windows Integrated Authentication checked and
> nothing else.
> > > >When pulling up the webpage, it still prompts for a
> username and
> > > >password. How come? Thanks.
> > > >.
> > > >
> > >
> > > Two things to check:
> > > 1. NTFS permissions on files.
> > > 2. Domain trust relationships (if client logins in to a
> > > domain that is not "trusted" by the web server's domain
> > > then you will get Username/Password prompt.)
> >
> > Here's something strange. I changed the NTFS and can login from other
> > clients, but if I am on the box itself, then it prompts me. I also
> > have other items that see to be security related. It's all on the
> > same domain.
> >
> > I think if I can figure out why it is prompting me on the box itself,
> > all my problems will go away - on this.
>
> Most likely purely an IE issue - if you're using an IP or FQDN in the URL,
> IE sees it as an Internet address.
>
> In IE, Go to Tools -> Internet Options -> Security -> Custom Level -> User
> Authentication -> Logon and make sure it's not prompting for intranet use.
> You can also add your domain or IP to the no proxy setting to get IE to
> recognize it as the intranet. Tools -> Internet Options -> Connections ->
> LAN Settings -> Advanced.
>
> For security configuration you need to go Tools > Internet Options >
> Security > Local intranet > Sites... > Advanced > Add this web site or IP to
> the zone.

That was it! Thank you.