ASP.NET 2.0__COLON__ Health Monitoring
ASP.NET 2.0__COLON__ Health Monitoring
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 anything but some lines in the web.config. This is amazing. I dont know how many times Ive written some code that would send me a mail when a critical or unexpected error