A blog of ASP.NET 2.0 Samples, Articles, Reviews and Discussions. The purpose of this blog is to provide a resource to the quick information that developers need on Microsoft's new ASP.NET 2.0.

Tuesday, December 06, 2005

ASP.NET 2.0 Health Monitoring

Health Monitoring is an amazing api now out of the box in ASP.NET 2.0. It can help you in various ways if you are a administrator trying to fine tune your application or a developer looking for an issue. After reading up on this, I had to post a little about it. My favorite feature is the ability to extend of the System.Web.Management.WebBaseEvent class and create your own personal application monitors. You just raise a small event say everytime the user reaches an error page. Sending email alerts is already built in so dont ask that question. You can even dump alerts to SQL Server. I would then make and admin section that just gave me a gridView of this information. The link below provides an overview and even describes how you can make your own events like "long SQL Server Times" or "dllSlowCompilation". Im sure you can think of better ones :).





Link: http://url123.com/dz5s4

0 Comments:

Post a Comment

<< Home