Have you ever needed some custom error handling for your asp site.
I found that we had a need for it at my office, so I came up with
a class that uses VBScripts Error handling object.
The error class, CError, allows you to display a custom dialog box
with the option to have a detailed message, a general message, and
log the error in a file for later reference. It also uses some
JavaScript and DHTML to allow the user to drag the dialog box
around. But since this article is more about the Error Handling
that will not be discussed.
Without further ado here is the code.
The zip file contains the error class, the images used, as well
as a sample page which illustrates usage of the class.