Let\'s say that I have 5 apps that I want to add ELMAH logging for unhandled exceptions to. Is it possible to set ELMAH up to use a shared config file so that I only have to add one line to the web.co
I have the following Elmah configuration: <elmah> <security allowRemoteAccess=\"0\" /> 开发者_JS百科<errorLog type=\"Elmah.SqlErrorLog, Elmah\" connectionStringName=\"Elmah.Sql\"/>
I have an asp.net mvc 3 application. In this application I have a reminder system that uses quartz to grab messages from the database and send them out.
My MVC3 application that works fine in Debug is failing in Release mode. But the biggest problem is that the error I\'m getting is not detailed at all. This is all I\'m getting:
I have setup a project with both Elmah and EF4.1 Code First. The project is throwing a System.Data.Entity.Validation.DbEntityValidationException, but Elmah is not providing enough detail to determin
I got kinda a weird scenario. I am using google apps for my domain emails so I getchobo2@mydomain.com.
I am using elmah with an asp.net mvc 3 site and it works fine locally but when I upload it to my shared hosting site(iis 7) it does not seem to log any of the errors.
I read that Elmah can tweet error messages so I tried to set it up, but could not get it to work.I am able to get it to save the errors into a database and email me the error, but the tweet doesn\'t s
This seems simple enough. Elmah logs the errors, I see the error in the elmah.axd file, I then want to grab the data out into a new custom view.
In my ASP.NET MVC2 application Elmah fails to log any HttpRequestValidationException (except when you are logged into the webserver via remote desktop and browsing the site as localhost)