Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

ELMAH with multiple applications

Tags:

asp.net

elmah

Just got ELMAH running, and so far it seems great. I am wondering two things:

  1. I am using ELMAH from multiple applications, all logging to the same table in MSSQL. Will I be able to drop the .axd file in any project to browse all the logs, or will I need a custom solution? (The latter seems more likely, so I can have filtering options, but I'm just trying to verify.)

  2. Is elmah.axd somehow customizeable? I'd rather modify it than write my own, so that I could add the ApplicationName column to its listing.

like image 369
Habaabiai Avatar asked Oct 05 '09 13:10

Habaabiai


1 Answers

We just released our ELMAH based exception reporting solution on codeplex: http://aspexceptionreporter.codeplex.com/

One of the features is that it logs errors of multiple web sites to a central location. The project includes a web site to view and search through the errors.

like image 164
Mel Gerats Avatar answered Nov 09 '22 10:11

Mel Gerats