- Feature Articles
- CodeSOD
- Error'd
- Forums
-
Other Articles
- Random Article
- Other Series
- Alex's Soapbox
- Announcements
- Best of…
- Best of Email
- Best of the Sidebar
- Bring Your Own Code
- Coded Smorgasbord
- Mandatory Fun Day
- Off Topic
- Representative Line
- News Roundup
- Editor's Soapbox
- Software on the Rocks
- Souvenir Potpourri
- Sponsor Post
- Tales from the Interview
- The Daily WTF: Live
- Virtudyne
Admin
Still, the real WTF is using ASP.
Admin
Or Microsoft Enterprise Library, which logs errors writing to the event log for your application's errors by... logging an event to the event log with the stack trace of the error it encountered logging the error.
Admin
Or you can use www.exceptiontail.com :)
Admin
About the last statement: Most, if not all, Microsoft-ified languages revert to the default system error handler when an error occurs within the error handler. I know from personal experience with Visual Basic and Visual FoxPro (yes, someone actually still uses it unfortunately) if an error occurs within someone's custom error handler, you just get the default "run time error blah blah blah" and app close. No recursive spiral of death.
But I've never coded anything in ASP.