I use asp.net 4 and C# as logging error solution I use ELMAH 1.2. I was able to use properly ELMAH on my local computer using CASSINI in Visual Studio 2010 but I as soonI move the website to a Server
I try to ignore the System.Web.HttpException (0x80072746) in Elmah. I tried the following, but they don\'t work:
net 4 in C# with SQL Server 2008 R2. I need to choose an error logging solution for my Web Application.
I开发者_Go百科 have used ELMAH in the past using an hMailServer, but unfortunately, I am working on a project where I do not have a dedicatd mail server, so I have been just sending test emails from a
开发者_如何学GoHow long are error log entries kept in memory when using Elmah In-Memory Logging? I have Elmah setup for a web service that uses that logger type.There are no time limit - log entries w
I am playing around with Elmah to see if I want to use that as my error handling solution.I installed it, hard coded an exception into my page, hit the page wholla!Got my email, everything is happy.Ho
I\'ve just set up ELMAH on one of my MVC sites and can\'t seem to find the referring URL in any of the error logs.
We recently began using ELMAH in our project and I\'m noticing some weird issues on the summary page /elmah.axd.
I can access the e开发者_C百科lmah.axd file, to view errors, when browsing using the localhost host name (i.e. http://localhost:24425/admin/elmah.axd).
I\'m using C# and MVC 3. I have a page where I can view a grid of errors that ELMAH has logged. I created this instead of using the elmah.axd page because I wanted the page to be styled the same as t