Top "Elmah" questions

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

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 …

asp.net-mvc security iis-6 elmah
What does the utmscr or utmcct values mean in reference to the Http cookie Server variable?

What does the utmscr and/or utmcct values mean in reference to the Http cookie Server variable? Are they acronyms …

http http-headers elmah server-variables
ELMAH - Exception Logging without having HttpContext

I tried this solution with Elmah.XmlFileErrorLog but I'm getting following exception System.ArgumentNullException was unhandled by user code Message="…

c# wcf elmah exception-logging
How to set up Elmah with ASP.NET Web API

I've tried many elmah nugets but they didn't work with ASP.NET Web API. Does anybody knows why? Is there …

asp.net-web-api elmah
How do I create the ELMAH SQL Server database?

How do I create the ELMAH SQL Server database? I added it to my ASP.NET MVC project through NuGet …

asp.net-mvc elmah nuget
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 …

asp.net wcf exception logging elmah
"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 …

asp.net-mvc elmah
ELMAH - MVC 3 - 403 - Forbidden: Access is denied

I have installed Elmah for MVC using NuGet, I'am able to login with success error in the db. The only …

asp.net-mvc elmah elmah.mvc
Can't access /elmah on production server with Elmah MVC?

I installed the elmah.mvc nuget package and kept the default configuration of that sans setting up sending an email …

c# asp.net-mvc elmah http-status-code-403
Does elmah handle caught exceptions as well

Does ELMAH logged exceptions even when they do not bubble up to the application? I'd like to pop up a …

asp.net .net exception-handling elmah