We have an Elmah configured to send error notification emails to us whenever something is wrong. It all worked great for a while but we\'re noticing that sometimes Elmah would just stop sending error
I am using ELMAH to handle expception in my MVC project. All is working fine, except for when the request is an ajax request开发者_如何学编程.
I really like elmah for logging errors but how about开发者_如何学Python just the opposite? I want to use elmah to log successfull http requests (status code 200) for the purpose of web analytics. Anyo
ELMAH is purpose-built for logging exceptions in ASP.Net, which is fine, but it does leave a lot of people (myself included) wanting to solve the same all-encompassing exception logging/viewing proble
Is there a way to log the post request data in ELMAH? I am getting error emails, and while the error log contains the URL, request method, etc, I am not seeing the actual POST data.
I want to use ELMAH to log an exception (without throwing it all the way up the call stack) and it log the entire call stack.
recently my elmah exception logs are full of attempts from people using thus dam ZmEu security software against my server
I\'m a bit confused at how to add a message to an error logged programatically with ELMAH. eg: public ActionResult DoSomething(int id)
My understanding is that raising an errorsignal should log my error or hit the custom HandleErrorWithELMAHAttribute class(taken from this example) ,But it does neither.
I have a page that contains multiple div\'s. Action on one div changes the content of other div. Each div loads a partial view from controller. For example- a div for \"Search\" and another div for \