This question already has an answer here: Elmah, convert to .Net4 vs2010, run on server 2008, does not work
So I\'ve been using elmeh forever. I\'ve got an app I\'ve recently converted to MVC3.net4, and vs2010, and it\'s developed on a server 2008 box (as opposed to my other apps developed on an XP box).
I am using Elmah to log errors in the DB and send an email of the error. I have created a filter to not send 404 page errors by 开发者_运维技巧email but this is also filtering them from the DB.
We are using Elmah with MS SQL Server to log exceptions. The problem is that I do not find easy way how to navigate exceptions logged in database. Is there any Elmah SQL开发者_如何学编程 Server logs v
Q: I use ELMAH - Error Logging Modules And Handlers. but i wanna to show nice error page to the user . My question has two parts:
I have configured an SQL Server 2008 R2 db for ELMAH as described and works fine on development but not production. Both development and production connection string targets to same db, profiler shows
I\'m currently using NLog to log securi开发者_JS百科ty events from my ASP.NET MVC3 application. Now we have another requirement to add application errors into a separate log.
This question already has answers here: Closed 10 years ago. Possible Duplicate: elmah: exceptions without HttpContext?
Here is the scenario... User types his us开发者_JAVA技巧ername. Types an \"incorrect\" password.
I have two copies of the same website on my IIS7.5 windows 2008 server: Default Website/my_app Beta/my_app