Forum Moderators: open
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