ELWEA – EventLog WebEvent Aggregator for ASP.NET
Last time I wrote about Health Monitoring was during 2008 and since then I ‘m using, on a daily basis, a complex Health Monitoring EventLog provider to aggregate WebEvents from specific ASP.NET web applications.
Last year I found ELMAH (Error Logging Module and Handler) project and became a fan of the concept:
“[…] facility that is completely pluggable. It can be dynamically added to a running ASP.NET web application, or even all ASP.NET web applications on a machine, without any need for re-compilation or re-deployment.”
It didn’t take much time until I start thinking about releasing a version of my EventLog WebEvents aggregator. read more