Home All Groups Group Topic Archive Search About

Cross server Integrated Auth not working with IIS 6

Author
23 Oct 2006 4:36 PM
newpotato
I have 2 W2K3 servers set up in a test domain. Server1 has both AD and
IIS while Server2 only has IIS. I am using the Default Web Site on both
IIS servers and have IWA checked for Directory Security. Anonymous
Access is not allowed except on the aspnet_client directory.

While logged into Server1 as Administrator, I goto
http://server1.test.domain and get prompted for credentials. After
entering domain\user I am allowed through. The same occurs if I am
logged into Server2 as Administrator.

The problem is that if I go to http://server2.test.domain after logging
into http://server1.test.domain, I get prompted for credentials again.

I appreciate any advice and guidance on this!

TIA,

newpotato

Author
24 Oct 2006 12:14 AM
Ken Schaefer
Show quote Hide quote
"newpotato" <burka***@idhw.state.id.us> wrote in message
news:1161621367.177752.53480@e3g2000cwe.googlegroups.com...
>I have 2 W2K3 servers set up in a test domain. Server1 has both AD and
> IIS while Server2 only has IIS. I am using the Default Web Site on both
> IIS servers and have IWA checked for Directory Security. Anonymous
> Access is not allowed except on the aspnet_client directory.
>
> While logged into Server1 as Administrator, I goto
> http://server1.test.domain and get prompted for credentials. After
> entering domain\user I am allowed through. The same occurs if I am
> logged into Server2 as Administrator.
>
> The problem is that if I go to http://server2.test.domain after logging
> into http://server1.test.domain, I get prompted for credentials again.
>
> I appreciate any advice and guidance on this!

That is how it is supposed to work.

If you wish to avoid the credentials prompt (i.e. have the browser attempt
to auto-logon) then have a look at:
http://support.microsoft.com/?id=258063

Cheers
Ken