elmah
MVC app deployment; System.Data.SqlClient.SqlException: Could not find stored procedure 'ELMAH_GetErrorsXml'
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;[详细]
2023-02-18 14:46 分类:问答Elmah not storing stack trace when Facebook C# SDK throws 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[详细]
2023-02-18 01:01 分类:问答ASP.NET MVC+ELMAH - Controller methods taking a very long time to respond when an exception occurs
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.[详细]
2023-02-16 08:22 分类:问答How do I stop elmah from using the email handler for local requests?
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[详细]
2023-02-16 05:06 分类:问答How do you centralize ELMAH logs
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[详细]
2023-02-14 01:19 分类:问答Elmah - Catch an Error, but still log it and send email?
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[详细]
2023-02-13 02:01 分类:问答What is the difference between log4net and ELMAH?
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[详细]
2023-02-12 08:31 分类:问答Catching an exception and clearing it before ELMAH gets it
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[详细]
2023-02-12 00:29 分类:问答How can I catch / report the error elmah hits when trying to send an e-mail?
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[详细]
2023-02-10 22:02 分类:问答ELMAH / Server 2008 / IIS 7.5 / MVC 2 : 500 - Internal server error
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[详细]
2023-02-10 21:52 分类:问答