|
Error Trapping #2 by Charles Carroll
Errors can only be caught if your code
explicitly traps them. Right?
Actually, there is an undocumented IIS
feature where all errors can be logged at the server level without resorting to
page level error trapping.
http://www.15seconds.com/Issue/981015.htm
explains this undocumented feature.
/freebook/asp/perfcounters.asp
shows how to use a FREE Softwing Component to actually see that logged data
remotely from a browser.
In general, their debugging section @
http://www.15seconds.com/focus/Debugging.htm
is useful to read up on many deugging techniques.
People debugging various ASP Errors may find
Juan Llibre's knowledge base index at http://www.asptracker.com
invaluable!
|