How do I view a log of HTTP 500 errors?

  • Thread starter Thread starter CS Kev
  • Start date Start date
C

CS Kev

I'm running several ASP.NET applications on our local Intranet. Just
recently, all of our users still using Windows 2000 clients have begun
receiving the following error:

HTTP 500
Internal Server Error

Clients on Windows XP work fine.

My question is, how do I see where the details of these errors are
logged on the server? They do not show up in the event log, so I'm
hoping there is a separate error log file somewhere.

Thanks1
 
There is a web server log. It is not the easiest place to peruse. If you are
using a SQL Server version with Reporting Services, there is a project on
Microsoft downloads to report out of the web log files.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 
One more thing. Consider setting up a Virtual PC with Windows 2000 and
testing yourself.

--
Gregory A. Beamer
MVP; MCP: +I, SE, SD, DBA
http://gregorybeamer.spaces.live.com

*************************************************
Think outside of the box!
*************************************************
 
Back
Top