I\'m using Elmah to log exceptions for my website, everything seems to be all working fine until one day I noticed that the 500 server errors are not being caught properly. I\'m using following script
I\'m building an ASP.net mvc app, and am having some problems getting ELMAH deployed using xml logging to a medium trust server, though it works fine on my local machine.It keeps getting a 404 error.
Since Twitter won\'t use basic authentication (login, password) anymore, I\'m converting my app to using twitter with oauth authentication. In my code this was ok, but I also use Elmah to tweet the er
Does anyone know if there is a patch or anything kicking around for ELMAH that will extend its logging capabilities to include variables and/or session variables. Sometimes the errors i am logging are
I noticed recently that ELMAH has support for exporting details of an exception via JSON and XML.Out of sheer curiosity, why would anyone use this?
When the HandleError attribute on a controller detects an unhandled exception and redirects to the Error view, I would like to provide the user with a brief description of the error, and an option to
I am experimenting with the relationship between Elmah and MVC\'s plumbed in exception handling, and am surprised at the outcome of the following code.This is a brand new, straight from project templa
I realise this would require some sort of custom ErrorMail开发者_Go百科Module, but where do I start, if I can even do this?Look at the ELMAH source and look how they wrote their ErrorMailModule. It wo
OK, apparently related questions dont seem to address this directly.An exception reaches Elmah, maybe a repository cant reach a database, but then neither can Elmah reach that database.Even if they ta
I try to use ELMAH on my ASP.NET MVC2 application, it works fine on the test server (Casini x86) while using the x86 version, but when I deploy it on the production server with the x86_64 version, I g