I am attempting to configure ELMAH to filter 404 errors and I am running into difficulties with the XML-provided filter rules in my Web.config file. I followed the tutorial here and here and added an
I have created a website using ASP.NET MVC and use ELMAH for error handling, this works perfectly. After setting up a virtual directory on my website under /blog and adding 开发者_如何转开发the necess
I\'m interested in using ELMAH but need to configure it programmatically. We have existing infrastructure for determining connection strings and the like,开发者_如何学运维 and can\'t code them into We
I\'ve got ELMAH working on my (Cassini) development server, and was quite happy with it, but now that I\'m trying to move everything to my production server (IIS7), the honeymoon looks like being over
ELMAH shows host, code, type, error, user, date and time by default on its error log web page. Is there any way to configure it and show other fields like IP or REFERER?
I followed the answer to this question Securing Elmah in ASP.NET website to restrict access to the elmah handler. However, it seems that adding an RSS feed to Outlook for the URL elmah.axd/rss or elma
I\'ve just started playing with ELMAH. was wondering, is there a way to pass info, eg a variable value,开发者_开发技巧 or some other text when an exception is thrown?.
I\'m having a problem with a WCF (.Net 3.5) site using ELMAH on IIS 7.5.This is the exception message:
I\'m using ELMAH to handle the exceptions in my ASP.Net MVC project开发者_JS百科. I would like to use it to log errors like database connection timeout, query connection timeout and others. Is this po
I\'m using Elmah with ASP.NET and wondering how I would add custom data, such as a session variable, to an unhandled exception email.