|
Error Trapping Strategies by Charles
Carroll
DRAFT - not ready yet!
There are several ways to deal with errors.
For example:
- write errors to custom log
- write errors to IIS log
- email someone when a page error occurs
- place errors in a custom dictionary/collection
We will provide code for each scenario and
discuss the pros and cons of each approach.
|