|
How do I log/track ASP errors on my web site?
http://www.aspfaq.com/show.asp?id=2335
In IIS 5.0 and above, there is a new object called the ASPError object, which allows you to have more control over how your errors appear to users, and how you can track these errors and prevent them from occuring in the future. This article will quickly guide you through creating a tiny application that will track 500 errors and allow you to review them at the end of the day.
The article assumes you are using SQL Server as your database backend, but could be modified easily to work with Access or any other database platform.
Source: Unknown
|