Re: IIS Log Files logs 401 HTTP Codes
From: Tom Kaminski [MVP] ((A_at_T))
Date: 10/21/05
- Previous message: Jagjeet Chahal: "IIS Log Files logs 401 HTTP Codes"
- In reply to: Jagjeet Chahal: "IIS Log Files logs 401 HTTP Codes"
- Next in thread: David Wang [Msft]: "Re: IIS Log Files logs 401 HTTP Codes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 21 Oct 2005 10:16:25 -0400
"Jagjeet Chahal" <jagjeet.chahal@in.bosch.com> wrote in message
news:djapeb$srl$1@ns2.fe.internet.bosch.com...
> Application is using Windows Integrated Authentication
>
> When webform1.aspx is viewed in IE Browser it works fine but if we look at
> the IIS Log file a 401 http code is logged.
>
> #Software: Microsoft Internet Information Services 5.0
> #Version: 1.0
> #Date: 2005-10-21 11:08:46
> #Fields: time c-ip cs-method cs-uri-stem sc-status
>
> 11:26:45 127.0.0.1 GET /test401/webform1.aspx 401
> 11:26:45 127.0.0.1 GET /test401/webform1.aspx 200
>
> Can anybody has a clue regarding this??
That's normal. On the first access, IE tries anonymous first which
generates the 401.
-- Tom Kaminski IIS MVP http://www.microsoft.com/windowsserver2003/community/centers/iis/ http://mvp.support.microsoft.com/ http://www.iistoolshed.com/ - tools, scripts, and utilities for running IIS
- Previous message: Jagjeet Chahal: "IIS Log Files logs 401 HTTP Codes"
- In reply to: Jagjeet Chahal: "IIS Log Files logs 401 HTTP Codes"
- Next in thread: David Wang [Msft]: "Re: IIS Log Files logs 401 HTTP Codes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|