Top "Elmah" questions

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

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 …

.net sqlite elmah
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 […

asp.net-mvc logging elmah
How to use ELMAH to manually log errors

Is it possible to do the following using ELMAH? logger.Log(" something"); I'm doing something like this: try { // Code that …

c# exception-handling elmah error-logging
The remote host closed the connection Error, how fix?

i am using elmah -> Elmah.axd in my project for finding errors. there is an error like this : …

c# asp.net elmah windows-server-2008-r2
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 in an …

c# .net logging log4net elmah
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/…

asp.net exception-handling elmah
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 …

asp.net-mvc elmah
The view 'Error' or its master was not found

I've spent a lot of time trying to figure out a workaround for this to no avail, so I thought …

asp.net-mvc-3 error-handling elmah
Using property injection instead of constructor injection

Long story short, I'm trying to use ELMAH with MVC 2 and Ninject, and I need to use parameterless constructors. I …

c# asp.net-mvc ninject elmah
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 …

.net desktop-application console-application elmah