Click here to Skip to main content
15,879,348 members
Articles / Web Development / ASP.NET

ELWEA - EventLog WebEvent Aggregator for ASP.NET

Rate me:
Please Sign up or sign in to vote.
5.00/5 (1 vote)
28 Apr 2011CPOL1 min read 6.4K   1   1
Keep an ASP.NET web application error tracking isolated and easily accessible

Last time, I wrote about Health Monitoring was during 2008, and since then I've been 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 for me to start thinking about releasing a version of my EventLog WebEvents aggregator.

I’m now happy to announce that I finally made this project available at CodePlex and named it: ELWEA - EventLog WebEvent Aggregator for ASP.NET.

While different in nature, this project's main goal is pretty similar to the ELMAH project: keep an ASP.NET web application error tracking isolated and easily accessible.

What makes this project different from many other like ELMAH is the fact that it's not focused on handling and persisting error information. This project's main goal is to aggregate all EventLog data belonging to a specific web application under a specific EventLog source name.

I’m sure that web developers and web site administrators will love it but I think that IT pros that manage shared hosting environments will fill it useful too.

Visit here for a more complete description and here for the project documentation.

To make your life even simpler, I’m planning to make a NuGet package available for ELWEA. Keep an eye on this.

Enjoy it!

License

This article, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)


Written By
Architect everis
Portugal Portugal
Over 13 years of experience in the Software Development working mainly in the banking and insurance industry.

Over 3 year of experience as Operations Team Leader focused on Infrastructure Management and Software Configuration Management.

I've been honored with the Microsoft Most Valuable Professional (MVP) Award for three consecutive years, 2010, 2011 and 2012, in recognition to exceptional technical contributions and leadership.

Current / Recent Technical Projects
- Dominican Republic Instance management, including 2nd line System management, capacity management, SW monitoring and deploy management
- Colombian SECOPII Instance management, including 2nd line System management, capacity management, SW monitoring and deploy management
- Vortal Main Instance management, including 2nd line System management, capacity management, SW monitoring and deploy management
- Vortal Development ecosystem management, including Server management, , capacity management, SW monitoring and deploy management

Areas of Specialization:
- Operations Management - ISO 20000 & ISO 27001 driven
- Team Management and Coaching
- Technology Leadership, Solutions/Architecture
- Product life cycle management, Continuous Integration
- Technological background in Microsoft frameworks and tools.

Comments and Discussions

 
GeneralMy vote of 5 Pin
Win32nipuh26-Jan-12 5:23
professionalWin32nipuh26-Jan-12 5:23 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.