elmah
Elmah throws exception when accessing Context.Request.ServerVariables
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[详细]
2023-01-17 08:43 分类:问答Using ELMAH in medium trust
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.[详细]
2023-01-14 09:58 分类:问答Use Elmah with twitter and its mandatory oauth authentication?
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[详细]
2023-01-14 00:17 分类:问答ELMAH Logging Variables
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[详细]
2023-01-11 13:17 分类:问答ELMAH, JSON and XML Export?
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?[详细]
2023-01-10 10:55 分类:问答How do I access an unhandled exception in an MVC Error view?
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[详细]
2023-01-10 05:27 分类:问答MVC HandleError attribute not working on Controller
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[详细]
2023-01-10 02:46 分类:问答How can I get Elmah to send email using our email gateway web service?
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[详细]
2023-01-09 23:10 分类:问答What to do if Elmah can't reach the database to log an exception?
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[详细]
2023-01-09 18:19 分类:问答Can't get ELMAH to works with ASP.NET MVC2 on IIS7.5
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[详细]
2023-01-09 02:37 分类:问答