Health Monitoring System
As discussed in the Health Monitoring and Exception Handling section (starting on page 74), I'd like to move away from using the Application_Error event handler and instead make use of the new health monitoring system to log errors to the Windows Event Log. However, I have the habit of using a custom log (as opposed to the Application log) created specifically for our in-house applications. How can this be achieved with the new model?
I appreciate your feedback.
|