Re: Response Code 500 in IIS Logs doesnot contain details
From: Ken Schaefer (kenREMOVE_at_THISadOpenStatic.com)
Date: 04/25/04
- Next message: Ken Schaefer: "Re: Dr. Watson on IIS 4.0"
- Previous message: Faraz Qureshi: "web server performance monitoring"
- In reply to: Faraz Qureshi: "Response Code 500 in IIS Logs doesnot contain details"
- Messages sorted by: [ date ] [ thread ]
Date: Sun, 25 Apr 2004 13:11:13 +1000
a) For 500-100 (ASP related errors), you should use a custom 500-100 error
handler. In this page you can use the intrinsic ASPError object to get
details of the last unhandled exception (and get them emailed to you, or
logged to a database). If you search google you'll find a heap of resources.
b) For other Internal Server Errors, there's something wrong with IIS
itself. You will need to follow Bernard's troubleshooting steps.
Cheers
Ken
"Faraz Qureshi" <qureshi_faraz@softhome.net> wrote in message
news:ujUN41iIEHA.940@tk2msftngp13.phx.gbl...
: Hi,
: We are using IIS 5.0 on Windows 2000 server. IIS Log files sometimes show
: status as "500" for some files and give the error description but
sometimes
: just show error code 500 with no description. How do I remove this error?
: Sample log file entry is
:
: 2004-04-13 13:46:55 202........14 W3SVC134 AXA 6.2.0.23 POST
: /saveOrder.asp - 500 10054
: Mozilla/4.0+(compatible;+MSIE+6.0;+Windows+NT+5.0)
: http://www.abcxyz.net/order.asp
:
:
: Thanks in advance.
:
:
- Next message: Ken Schaefer: "Re: Dr. Watson on IIS 4.0"
- Previous message: Faraz Qureshi: "web server performance monitoring"
- In reply to: Faraz Qureshi: "Response Code 500 in IIS Logs doesnot contain details"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|