I\'m brand new to ELMAH but I\'ve been working with MVC for a little while now.After reading several blogs on the subject I\'m pursuing the road of having an ErrorController that handles 404 and unkno
I was going to use ELMAH for our ultimate automatic error logging but recently realized that ASP.NET Health Monitoring does a same work (perhaps). Now I w开发者_如何转开发ant to know (please) if they
I want POST parameters passed in the request to be included in th开发者_Python百科e error report.Turned out that form parameters are available in the XML report, and not shown in the detailed view to
I\'ve been looking around for some approaches to using ELMaH with ASP.Net MVC so that I can use the custom error page for all exceptions including 404s.
I\'m looking at using ELMAH for the first time but have a requirement that needs to be met that I\'m not sure how to go about achieving...
I\'m trying to use elmah for my MVC application and I\'ve followed the steps on the wiki: http://code.google.com/p/elmah/wiki/MVC , but even so when trying to access myapp/elmah.axd the page:
I spent countless hours trying to get Elmah working with asp.net mvc, but can\'t get it working 100%. Right now all the logging works fine, but the HttpHandlers are all screwy. Everytime I try and log
I\'ve succesfully set up Elmah in my web project and I can access the crash log at http://www.myserver.com/Elmah.axd .
I spawn a thread on Application_Start and would like to log exceptions. There is no Context/HttpContext/HttpContext.Current, so how might I get it to log?
I have installed/configured Elmah on my personal SharePoint dev environment and everything works great since I\'m logged in as admin, etc.I am using the MS Sql Server Error Log.(I am also using log4ne