ASP.NET 2.0: Health Monitoring (WebProNews)
ASP.NET 2.0: Health Monitoring (WebProNews)
The ASP.NET 2.0 provider model has once again amazed me. It lets you write to the EventLog, Sql Server and WMI as standard and lets you write your own provider that monitors the different events that occurs in a web application or ones you raise yourself. Read more on MSDN about using health monitoring in ASP.NET 2.0 . It also lets you send an email when an error occurs with writing …