IIS Log Files logs 401 HTTP Codes
From: Jagjeet Chahal (jagjeet.chahal_at_in.bosch.com)
Date: 10/21/05
- Next message: Tom Kaminski [MVP]: "Re: IIS Log Files logs 401 HTTP Codes"
- Previous message: Phil Hart: "Re: need default iuser password for iis 6.0"
- Next in thread: Tom Kaminski [MVP]: "Re: IIS Log Files logs 401 HTTP Codes"
- Reply: Tom Kaminski [MVP]: "Re: IIS Log Files logs 401 HTTP Codes"
- Reply: David Wang [Msft]: "Re: IIS Log Files logs 401 HTTP Codes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Date: Fri, 21 Oct 2005 18:41:34 +0530
Hello All,
I have a small ASP.Net Web application with a single aspx page.
Following code is written in page load of the Webform1.aspx
private void Page_Load(object sender, System.EventArgs e)
{
// Put user code to initialize the page here
Response.Write("Logged user is " + User.Identity.Name.ToString()+ "<br>" ) ;
}
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??
If this is not the correct forum please redirect me to the correct one.
Thanks and Regards
Jagjeet Chahal
- Next message: Tom Kaminski [MVP]: "Re: IIS Log Files logs 401 HTTP Codes"
- Previous message: Phil Hart: "Re: need default iuser password for iis 6.0"
- Next in thread: Tom Kaminski [MVP]: "Re: IIS Log Files logs 401 HTTP Codes"
- Reply: Tom Kaminski [MVP]: "Re: IIS Log Files logs 401 HTTP Codes"
- Reply: David Wang [Msft]: "Re: IIS Log Files logs 401 HTTP Codes"
- Messages sorted by: [ date ] [ thread ] [ subject ] [ author ] [ attachment ]
Relevant Pages
|