Tagged Questions
ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility for ASP.NET that is completely pluggable.
235
votes
6answers
29k views
How to get ELMAH to work with ASP.NET MVC [HandleError] attribute?
I am trying to use ELMAH to log errors in my ASP.NET MVC application, however when I use the [HandleError] attribute on my controllers ELMAH doesn't log any errors when they occur.
As I am guessing ...
49
votes
10answers
34k views
Could not load file or assembly 'System.Data.SQLite'
I've installed ELMAH 1.1 .Net 3.5 x64 in my ASP.NET project and now I'm getting this error (whenever I try to see any page):
Could not load file or assembly
'System.Data.SQLite, ...
45
votes
5answers
9k views
Elmah not working with asp.net site
I've tried to use elmah with my asp.net site but whenever I try to go to http://localhost:port/elmah.axd I get resource not found exception. My web.config is given below.
<?xml ...
37
votes
5answers
5k views
Securing Elmah in ASP.NET website
I am having trouble trying to secure ELMAH. I have followed Phil Haacked's tutorial, with the only difference being the demo project is a web application and my project is a website.
<add ...
29
votes
4answers
6k views
Exception Logging for WCF Services using ELMAH
We are using the excellent ELMAH to deal with unhandled exceptions in an ASP.NET 3.5 web application. This works extremely well for all of the site apart from WCF services which are being consumed ...
26
votes
3answers
5k views
Send email from Elmah?
Is anyone using Elmah to send exceptions via email? I've got Elmah logging set up via SQL Server, and can view the errors page via the Elmah.axd page, but I am unable to get the email component ...
17
votes
2answers
2k views
Handle exceptions in web services with Elmah
Is there a way to globally handle exceptions in regular ASP.NET Web Service (asmx) using ELMAH like we do it in ASP.NET web site ?
Thanks
17
votes
3answers
2k views
does elmah handle caught exceptions as well
I was wondering if something like elmah logged exceptions even when they do not bubble up to the application? I'd like to pop up a message when an exception occurs and still log the exception. ...
14
votes
3answers
2k views
How to configure ELMAH to work with Windows Azure? I get a 404 on Elmah.axd
I have an ASP.NET MVC web role running on Windows Azure and have setup ELMAH properly in the web.config. I also have my global.asax ignore *.axd routes. Locally, I am able to load /elmah.axd, ...
13
votes
7answers
3k views
What is the difference between log4net and elmah?
Some people are using elmah instead of log4net, what makes it better?
I found out about elmah here - How to do logging in c#?
12
votes
1answer
834 views
How to get Elmah working with ASP.NET and IIS 5.1 URL Routing
I am having issues with regards to running my ASP.NET MVC application thru my local IIS 5.1 web server. I believe these issues are related to IgnoreRoutes, but I can't seem to craft an IgnoreRoute ...
11
votes
5answers
2k views
How to secure Elmah.axd?
We're using Elmah as our error logging system for an app that will be going into production soon. It's extremely useful, but if it goes into production like this anyone in the world access the error ...
11
votes
2answers
3k views
Elmah basic setup questions/issues
I'm not finding this to be easy to setup; either there is a missing step in the setup configuration, it isn't work correctly, or I don't actually understand it's purpose. There is something ...
11
votes
5answers
3k views
Using ELMAH in a console application
I just started using ELMAH and am a fan. My team supports a large number of web applications and I'm particularly excited that ELMAH lets us save exceptions from each application to the same MS SQL ...
11
votes
2answers
2k views
How can you get the “real” HttpContext within an ASP.NET MVC application?
Unfortunately, I need to do this. I'm using ELMAH for my error log. Before I route to my error.aspx view, I have to grab the default ELMAH error log so I can log the exception. You used to be able ...
10
votes
2answers
175 views
Where should you do regular logging in asp.net-mvc ? Should you use ELMAH?
I want to start logging when items get removed from my asp.net cache and i am trying to figure out where and how to do this.
i see that ELMAH is recommended for application wide exception handling ...
9
votes
1answer
634 views
Elmah: How do I log form post data?
Is there a way to log the post request data in ELMAH?
I am getting error emails, and while the error log contains the URL, request method, etc, I am not seeing the actual POST data.
For example,
...
9
votes
3answers
557 views
Unwanted SQLite inserted in \bin
I am using Visual Studio 2010 and using web deployment to promote the .Net MVC site to specific environments. I installed Elmah, and it worked great on my DEV environment, but when I pushed TEST, I ...
9
votes
2answers
839 views
VS2008 Web Deployment Project Section Replacement with Elmah
I'm using a web deployment project and want to do some section replacement with the emlah/errorMail section. I don't want to send emails in debug build mode.
I have created the custom section and put ...
9
votes
3answers
3k views
Using log4net and where to implement it and usign with elmah?
does anyone have experience with log4net, i have been looking at elmah which is great. But i wanted a little bit more control i.e. to use logging not only in asp.net but also in wpf.
Anway i decided ...
9
votes
1answer
997 views
Separate viewer application for ELMAH's log
We're using ELMAH for error logging in our ASP.NET application. We use the SQL Server error logging. Because of security and configuration constraints in the application, we would like to have the log ...
8
votes
1answer
446 views
Securing Elmah RSS Feeds in ASP.NET website
I followed the answer to this question http://stackoverflow.com/questions/1245364/securing-elmah-in-asp-net-website to restrict access to the elmah handler. However, it seems that adding an RSS feed ...
8
votes
2answers
209 views
Logging all yellow screen of deaths, even when its a compilation problem
Earlier today we experienced a YSOD on one of our MVC sites running on IIS on Windows Server 2003.
Usually, these are reported via e-mail using ELMAH (using this setup), but since this was a ...
8
votes
2answers
803 views
Securing ELMAH while yet making it possible to access it via RSS Reader
We use ELMAH error exception logging in our application. I'd like to keep ELMAH secure from regular users while still making it available to administrators/developers of the application.
When you ...
8
votes
4answers
2k views
ELMAH vs Enterprise Library Exception Handling Block
My team is currently in the process of building an ASP.NET MVC application, and we're trying to decide which of these frameworks to implement to deal with error handling and logging.
What are the ...
8
votes
3answers
858 views
Using ELMAH in a Sharepoint environment
Has anyone intergated ELMAH into their sharepoint environment?
I suppose it's possible as it's all ASP.net but I just wondered if anyone had done it and if there's a walk through on how to achieve ...
8
votes
4answers
1k views
ELMAH SQL Error Handler database not available- what happens to logging?
I'm testing ELMAH and have deliberately turned off the database connection for the ELMAH log in my application to see what will happen in production if the DB isn't available.
It seems that ELMAH ...
7
votes
2answers
271 views
In ELMAH with MVC 3, How can I hide sensitive form data from the error log?
Here is the scenario...
User types his username. Types an "incorrect" password.
Both username and password values are being passed to the Elmah error log
via the ...
7
votes
2answers
921 views
External Config Files with elmah
I am using elmah (v1.1.11517.0) and am trying to move the config to an external source.
My config currently looks like this:
<?xml version="1.0"?>
<configuration>
...
7
votes
4answers
2k views
Is there a version of ELMAH for .NET 4?
I'd like to use ELMAH in an ASP.NET MVC 2 application running on .NET 4, but according to the project hosting site on Google code, it only supports .NET 1.1 and 2.0.
Is there a .NET 4 version of ...
7
votes
2answers
459 views
Custom Elmah YSOD data
I'm using Elmah with ASP.NET and wondering how I would add custom data, such as a session variable, to an unhandled exception email.
I've tried several handlers in the Global.asax file but can't seem ...
7
votes
3answers
882 views
Are ASP.NET Health Monitoring and ELMAH alternatives of each other?
I was going to use ELMAH for our ultimate automatic error logging but recently realized that ASP.NET Health Monitoring does a same work (perhaps). Now I want to know (please) if they are alternatives ...
7
votes
2answers
768 views
elmah: exceptions without HttpContext?
I spawn a thread on Application_Start and would like to log exceptions. There is no Context/HttpContext/HttpContext.Current, so how might i get it to log?
ATM it does not catch any exception in my ...
7
votes
1answer
355 views
Dynamic email subjects with Elmah?
I'm using the errorMail functionality of Elmah to send an email when ASP.NET encounters an error. It allows you to configure the SMTP settings as well as hard-code a sender, recipient, and subject.
...
6
votes
2answers
636 views
Elmah add message to error logged through call to Raise(e)
I'm a bit confused at how to add a message to an error logged programatically with ELMAH.
eg:
public ActionResult DoSomething(int id)
{
try { ... }
catch (Exception e)
{
// I ...
6
votes
1answer
478 views
Does this approach to using ELMaH with MVC smell?
I've been looking around for some approaches to using ELMaH with ASP.Net MVC so that I can use the custom error page for all exceptions including 404s.
There is no shortage of questions asking how to ...
6
votes
3answers
265 views
Limiting the Number of Emails Sent By Elmah
Does anyone know of a good way to limit the number of emails sent by Elmah during a time period like you can with Health Monitoring?
I want to be able to limit the emails for each error from each ...
6
votes
2answers
198 views
How to remove “Auth_Password” from ELMAH logs
For fairly obvious reasons, I would like to identify the best way to remove the Auth_Password from being captured by ELMAH. What is the best way to go about doing so?
6
votes
2answers
746 views
Use single Elmah.axd for multiple applications with single DB log
We have a single SQL Log for storing errors from multiple applications. We have disabled the elmah.axd page for each one of our applications and would like to have a new application that specifically ...
6
votes
1answer
930 views
ELMAH filtering not working
I have the following settings in my web.config:
<configSections>
<sectionGroup name="elmah">
<section name="security" requirePermission="false" ...
6
votes
1answer
931 views
How to integrate axd (Elmah) as component in ASP.NET MVC site
I have Elmah up and running in my ASP.NET MVC site and I would like to integrate its interface with the administration pages of the site. By default, you invoke the interface with the url ~/elmah.axd, ...
6
votes
1answer
784 views
How can I mock Elmah's ErrorSignal routine?
We're using ELMAH for handling errors in our ASP.Net MVC c# application and in our caught exceptions, we're doing something like this:
ErrorSignal.FromCurrentContext().Raise(exception);
but when I ...
6
votes
1answer
3k views
How do I setup / configure ELMAH on GoDaddy ASP.NET hosting
FYI: ELMAH is the Exception logging framework that is mentioned on Coding Horror here.
How do I setup / configure ELMAH on GoDaddy ASP.NET hosting? I seem to get 404 errors when trying to access ...
5
votes
1answer
246 views
Programmatically Logging Errors With Elmah : Logging specific information
I am logging error with Elmah inside a try-catch block. here is the code;
try {
DateTime.Parse("poo");
} catch (Exception err) {
Elmah.ErrorSignal.FromCurrentContext().Raise(err);
}
I ...
5
votes
4answers
605 views
Elmah for non-HTTP protocol applications OR Elmah without HttpContext
We are working on a 3-tier application, and we've been allowed to use the latest and greatest (MVC2, IIS7.5, WCF, SQL2k8, etc). The application tier is exposed to the various web applications by WCF ...
5
votes
1answer
1k views
ELMAH - Using custom error pages to collecting user feedback
Hey guys
I'm looking at using ELMAH for the first time but have a requirement that needs to be met that I'm not sure how to go about achieving...
Basically, I am going to configure ELMAH to work ...
5
votes
2answers
275 views
Fogbugz and ELMAH - Communication Plugin
My employer is currently trying out Fogbugz and one feature that would be nice is some sort of automation between our exception logger (ELMAH) and case generation in FogBugz. Specifically, it would be ...
5
votes
5answers
4k views
“Resource not found” error while accessing elmah.axd in ASP.NET MVC project
My ASP.NET MVC application is within a folder called Stuff within IIS 6.0 webroot folder. So I access my pages as http://localhost/Stuff/Posts. I had EMLAH working while I was using the in-built ...
4
votes
2answers
112 views
Display ELMAH error detail in my own page?
I'm using C# and MVC 3.
I have a page where I can view a grid of errors that ELMAH has logged. I created this instead of using the elmah.axd page because I wanted the page to be styled the same as ...
4
votes
5answers
708 views
Elmah and ASP.NET MVC 3
What are the steps required to set up elmah on an ASP.NET MVC 3 application?
nuget elmah
customize elmah (storage, etc)
handle HandleError
Is that all? Is step 3 still necessary after nuget?