tagged [elmah]

Using Elmah with ServiceStack

Using Elmah with ServiceStack I'm trying to use Elmah with ServiceStack but am encountering the following problems: - `/elmah.axd`- Here is the code: I have set the LogManager.LogFactory in the constr...

11 Sep at 08:52

ServiceStack logging setup

ServiceStack logging setup I want to get log4net and elmah working. I tried to put the code together in AppHost.cs: ``` public class AppHost : AppHostBase { //Tell ServiceStack the name and where to...

11 Mar at 22:1

The remote host closed the connection Error, how fix?

The remote host closed the connection Error, how fix? i am using elmah -> [Elmah.axd](http://code.google.com/p/elmah/) in my project for finding errors. there is an error like this : ``` System.Web.H...

Error pages not found, throwing ELMAH error with Custom Error Pages

Error pages not found, throwing ELMAH error with Custom Error Pages I've made some modifications to Global.asax so that I can show custom error pages (403, 404, and 500) Here's the code: ``` public cl...

23 May at 12:24

ELMAH - Exception Logging without having HttpContext

ELMAH - Exception Logging without having HttpContext I tried [this](https://stackoverflow.com/questions/895901/exception-logging-for-wcf-services-using-elmah/906494#906494) solution with Elmah.XmlFile...

23 May at 12:2

Could not load file or assembly 'System.Data.SQLite'

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

15 Aug at 13:31