I installed a server running Windows Server 2003 with IIS 6.0, for testing.

Before I install Active Directory on this server, I configured a website on
IIS with Windows Integrated authentication. That was working properly, until
I install Active Directory.

Now, my website does not work with Windows Integrated Authentication, but it
works with Anonymous authentication.

This is the only domain controller for this domain. As I said before, this
server was installed just for testing.



Does anybody know why it's happening and what I need to do to resolve it?



Regards,



Felipe

Re: IIS 6 - Windows Integrated authentication issues - HTTP Error 401.1 by Ken

Ken
Sat Jun 14 21:47:59 CDT 2008

Once you install Active Directory on your IIS server, your local accounts no
longer exist. They are converted to Domain accounts.

So, you need to use Domain\Username rather than LocalServer\Username as the
username

This is probably the most likely cause.

Cheers
Ken

--
My IIS blog: http://adopenstatic.com/blog

"Carlos Felipe França da Fonseca" <carlosfelipefranca@gmail.com> wrote in
message news:%23yUQCMmzIHA.4476@TK2MSFTNGP06.phx.gbl...
>I installed a server running Windows Server 2003 with IIS 6.0, for testing.
>
> Before I install Active Directory on this server, I configured a website
> on IIS with Windows Integrated authentication. That was working properly,
> until I install Active Directory.
>
> Now, my website does not work with Windows Integrated Authentication, but
> it works with Anonymous authentication.
>
> This is the only domain controller for this domain. As I said before, this
> server was installed just for testing.
>
>
>
> Does anybody know why it's happening and what I need to do to resolve it?
>
>
>
> Regards,
>
>
>
> Felipe
>
>
>
>
>