I have deployed my MVC app but the error handling does not work. I use a SQLite database and when I try to navigate to the error messages in Elmah i get this exception;
I\'m using Elmah and the Facebook C# SDK (http://facebooksdk.codeplex.com/) Elmah has been working really well for me.However, when the Facebook C# S开发者_运维技巧DK throws an exception, the stack t
I\'m working with a web application I built in ASP.NET MVC. It is deployed to IIS 7, and I have it configured to log exceptions with ELMAH.
Can anyone suggest a quick way to tell Elmah not to use the email handler for local requests? i.e. when Request.IsLocal == true I don\'t want to receive an email every time I gener开发者_开发技巧ate
At my works we produce websites like they are going out of fashion (ie a lot of sites per year) I want to install ELMAH on all of these as company practice and then log everything centrally for viewi
First I found that you can catch it and log it inside a catch, but this doesn\'t send an email. Then I found out about using the Error Signal class. That worked, however what wasn\'t apparent from re
Some people are using ELMAH instead of log4net. What makes it better? I fo开发者_如何学JAVAund out about ELMAH in an answer to Stack Overflow question How do I do logging in C#?Log4Net is a general p
I have a problem where I have an exception being thrown that I am capturing in Global.asax. As part of this exception handli开发者_运维知识库ng I redirect the user to a specific page because of this e
We are using Elmah to handle our errors, and on some of our servers it is working beautifully but on others it is logging and processing the error but not sending the e-mail.I imagine Elmah is hitting
I\'ve been trying to resolve a 404 error received when trying to access ELMAH.axd. The ELMAH email functionality worked, but I could not navigate to the axd. Now, I\'m getting 500.22 - Internal server