Forum Moderators: open

Message Too Old, No Replies

trapping 500 errors problem

         

aartnicolai

10:46 am on Feb 6, 2006 (gmt 0)



Hi,

A few weeks ago I implemented code to trap asp/ado 500 errors. The adds a line to a text file and displays a nice error page.
When there is an error on the site the error message (description, number, etc.) will only be logged once.
I have to save the asp file again to generate/see the error again.
This situation also happens when I don't use error trapping but the normal detailed error messages send to the client.
What do I have to do:
"on error resume next"?
"send detailed asp error messages to the client"?

Thanks,

Aart

mrMister

1:21 pm on Feb 6, 2006 (gmt 0)

WebmasterWorld Senior Member 10+ Year Member



Change the custom error page in IIS to point to a logging ASP page that you've created.