How to write and configure a custom provider for ASP.Net Healthmonitoring?
问题 I'm looking for a walkthrough on how to create and use a custom provider for ASP.Net Healthmonitoring. So far I've only worked with the e-mail provider that generates e-mails on errors. Basically I want to do the same, but with more flexibility: I want to use the HealthMonitoring features (I don't want to use the Application_OnError event in the global.asax) in a way that allows me have access to an event, that gets thrown like "OnNewHealthMonitoringEntry" with all the information provided in