Health Monitoring in ASP.NET 2.0

October 12, 2007 16:22 by Rob

Now here's something interesting I didn't notice before: ASP.Net has health monitoring features built in. In Asp.net 1.1 I used to roll out our own code to catch web application errors and log them, but now they seem to be built in into the framework.

Since I don't like typing very much, here's the link to the full article on 4GuysFromRolla:

  • Health Monitoring Basics - explores the concepts and advantages of the Health Monitoring system and looks at logging events to a Microsoft SQL Server database.
  • Notifications via Email - looks at security-related events and shows how to alert an administrator to failed authentication attempts by "logging" events to email.
  • Raising Custom Events - learn how to create and raise custom Health Monitoring events.

  • Be the first to rate this post

    • Currently 0/5 Stars.
    • 1
    • 2
    • 3
    • 4
    • 5
    Tags:
    Categories: ASP.Net | C#
    Actions: E-mail | Permalink | Comments (2) | Comment RSSRSS comment feed

    Comments

    Markuz

    October 22, 2007 22:39

    Hai Rob,

    Again a good article about some stuff which is already present in the framework ... but I didn't know of.

    Thnx!
    Markuz

    Markuz nl

    Markuz

    October 29, 2007 09:39

    See also this page for some FAQ(s)

    blogs.msdn.com/.../603586.aspx

    Greetz
    Markuz

    Markuz nl

    Comments are closed