Top "Elmah" questions

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

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 …

.net asp.net web-config elmah
Elmah vs Elmah.MVC Nuget Package - Which to use & why?

I have Code First MVC 4 application. I tried installing the NuGet package for logging Elmah - and everything seemed to …

asp.net asp.net-mvc asp.net-mvc-4 elmah elmah.mvc
Where does ELMAH save its data?

I just installed ELMAH.MVC (more info here) and was wondering where its data is saved. I read that you …

c# .net elmah
How to log unhandled exception in .net core

With ELMAH feature in web api 2.0 and Centralized logging and error handling , runtime calls logging module and decide if it …

c# asp.net-core error-handling elmah
Elmah error logging, can I just log a message?

I just installed Elmah (https://code.google.com/p/elmah/) for my ASP.NET application. Is it possible to log …

asp.net elmah
ASP.NET MVC - Elmah not working and returning 404 page for elmah.axd

I'm trying to use elmah for my MVC application and I've followed the steps on the wiki: http://code.google.…

asp.net-mvc http-status-code-404 elmah
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 …

asp.net-mvc elmah
Adding extra information to a custom exception

I've created a custom exception for a very specific problem that can go wrong. I receive data from another system, …

c# .net exception elmah
elmah: exceptions without HttpContext?

I spawn a thread on Application_Start and would like to log exceptions. There is no Context/HttpContext/HttpContext.Current, …

c# asp.net exception elmah httpcontext
stopping ZmEu attacks with ASP.NET MVC

recently my elmah exception logs are full of attempts from people using thus dam ZmEu security software against my server …

asp.net asp.net-mvc security elmah