Top "Elmah" questions

ELMAH (Error Logging Modules and Handlers) is an application-wide error logging facility for ASP.

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.…

asp.net asp.net-mvc azure elmah
ELMAH - Filtering 404 Errors

I am attempting to configure ELMAH to filter 404 errors and I am running into difficulties with the XML-provided filter rules …

asp.net filtering elmah
Elmah log files deletion, manually or is there a setting?

How do I delete the log files that Elmah generates on the server? Is there a setting within Elmah that …

asp.net-mvc elmah
How do I secure Elmah on ASP.Net MVC 4 with Windows Integrated Security : Elmah ignores my settings

I've added elmah to an asp.net mvc 4 application. Logging is working and now I am trying to configure security …

asp.net .net asp.net-mvc security elmah
Where is elmah.mvc log file located

After installing elmah.mvc from nuget: where is the log file created by default? Errors are logged just fine when …

elmah elmah.mvc
ELMAH Logging in SQL Server

I am having an ELMAH problem. I think it is the connection string but can't figure out why. It is …

asp.net sql-server web-config connection-string elmah
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 …

asp.net web-services asmx elmah
Configuring ELMAH: Unrecognized config section error

Setup: Windows XP .NET Framework 3.5 SP1 ASP .NET MVC Version 1 I've been trying to set up ELMAH by following the …

asp.net-mvc elmah
ELMAH and API controller in MVC4 not logging errors

Using an API controller in MVC4, when the controller action throws an exception, ELMAH does not log the error. I …

asp.net-mvc asp.net-mvc-4 elmah
How to log info with Elmah

is there any message type I can specify in the Elmah settings? It seems it can only log errors but …

c# .net asp.net-mvc-4 elmah