401.1 IE Error

401.1 IE Error

am 06.04.2006 17:25:54 von jamie-strahan

I have setup a website(Intranet) using Windows integrated authenication
and Annonymous access is turned offf. All servers in Domain are
Windows Server 2003. One Domain only.
If any of the Domain Admins are logged in they can access the site and
it correctly passes the credentials. However if a Domain User is
logged in then the Browser does not pass the credentials resulting in a
log in dialog box and eventually the 401.1 Error. This tells me it is
a Permission problem so I added Domain Users to the administrator group
on the Web Box.
I would have assumed if it was a permission issue this should have
resolved it but it did not.

Here is a sample of the IIS log if this helps. Any help would be
appreciated.
HERE is the Log for a Domain Admin passinhg credentials.
2010-02-18 09:30:13 W3SVC1 172.16.16.39 POST /POapprvd/default.aspx -
80 - 172.16.16.156
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET +CLR+1.1.4322;+.NET+CLR+2.0.50727;+InfoPath.1)
401 1 0
2010-02-18 09:30:13 W3SVC1 172.16.16.39 POST /POapprvd/default.aspx -
80 PAOLI.COM\jamie-strahan 172.16.16.156
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET +CLR+1.1.4322;+.NET+CLR+2.0.50727;+InfoPath.1)
200 0 0

Here is a sample of a Domain User not.
2010-02-18 09:30:13 W3SVC1 172.16.16.39 GET /POapprvd/Default.aspx - 80
- 172.16.16.173
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET +CLR+1.1.4322;+.NET+CLR+2.0.50727)
401 2 2148074254
2010-02-18 09:30:13 W3SVC1 172.16.16.39 GET /POapprvd/Default.aspx - 80
- 172.16.16.173
Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET +CLR+1.1.4322;+.NET+CLR+2.0.50727)
401 1 0

Re: 401.1 IE Error

am 07.04.2006 07:06:23 von Bernard

with sp1 ?

Try
You receive error 401.1 when you browse a Web site that uses Integrated
Authentication and is hosted on IIS 5.1 or IIS 6
http://support.microsoft.com/?id=896861

Troubleshooting HTTP 401 errors in IIS
http://support.microsoft.com/?id=907273

--
Regards,
Bernard Cheah
http://www.iis-resources.com/
http://www.iiswebcastseries.com/
http://msmvps.com/blogs/bernard/


wrote in message
news:1144337153.985198.318920@j33g2000cwa.googlegroups.com.. .
>I have setup a website(Intranet) using Windows integrated authenication
> and Annonymous access is turned offf. All servers in Domain are
> Windows Server 2003. One Domain only.
> If any of the Domain Admins are logged in they can access the site and
> it correctly passes the credentials. However if a Domain User is
> logged in then the Browser does not pass the credentials resulting in a
> log in dialog box and eventually the 401.1 Error. This tells me it is
> a Permission problem so I added Domain Users to the administrator group
> on the Web Box.
> I would have assumed if it was a permission issue this should have
> resolved it but it did not.
>
> Here is a sample of the IIS log if this helps. Any help would be
> appreciated.
> HERE is the Log for a Domain Admin passinhg credentials.
> 2010-02-18 09:30:13 W3SVC1 172.16.16.39 POST /POapprvd/default.aspx -
> 80 - 172.16.16.156
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET +CLR+1.1.4322;+.NET+CLR+2.0.50727;+InfoPath.1)
> 401 1 0
> 2010-02-18 09:30:13 W3SVC1 172.16.16.39 POST /POapprvd/default.aspx -
> 80 PAOLI.COM\jamie-strahan 172.16.16.156
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET +CLR+1.1.4322;+.NET+CLR+2.0.50727;+InfoPath.1)
> 200 0 0
>
> Here is a sample of a Domain User not.
> 2010-02-18 09:30:13 W3SVC1 172.16.16.39 GET /POapprvd/Default.aspx - 80
> - 172.16.16.173
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET +CLR+1.1.4322;+.NET+CLR+2.0.50727)
> 401 2 2148074254
> 2010-02-18 09:30:13 W3SVC1 172.16.16.39 GET /POapprvd/Default.aspx - 80
> - 172.16.16.173
> Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.1;+SV1;+.NET +CLR+1.1.4322;+.NET+CLR+2.0.50727)
> 401 1 0
>

Re: 401.1 IE Error

am 07.04.2006 21:45:59 von jamie-strahan

SP2 and IIS6

Re: 401.1 IE Error

am 09.04.2006 06:37:08 von Bernard

Zzzzz. the latest sp for w2k3 is SP1.

please go through the KB articles posted.

--
Regards,
Bernard Cheah
http://www.iis-resources.com/
http://www.iiswebcastseries.com/
http://msmvps.com/blogs/bernard/


wrote in message
news:1144439159.357891.258360@g10g2000cwb.googlegroups.com.. .
> SP2 and IIS6
>