04-11-06 02:53 PM
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
[ Post a follow-up to this message ]
|