I am trying to get elmah working on a remote web server and my local iis 7.5 server. The remote server is iis 6. Elmah works the visual studio 2010 development server. When you browse to a aspx page t
I\'d like to use ELMAH in an ASP.N开发者_StackOverflow中文版ET MVC 2 application running on .NET 4, but according to the project hosting site on Google code, it only supports .NET 1.1 and 2.0.
I\'ve been using ELMAH on my development machine and it works fine. I also deployed it on Win2008 IIS7 and run the LOCALHOST website with force exception and it logs.. However, when i try browsing the
I\'d like to configure ELMAH for an ASP.NET MVC site entirely in code. This includes registering the module, setting the logging provider and settings, an开发者_开发技巧d filtering exceptions.
I am using ASP.NET membership, and in particular a copy of the membership code included in the MVC project. I am also using elmah to log exceptions. I am getting flooded with the following when people
I tried this solution with Elmah.XmlFileErrorLog but I\'m getting following exception System.ArgumentNullException was unhandled by user code
We are working on a 3-tier application, and we\'ve been allowed to use the latest and greatest (MVC2, IIS7.5, WCF, SQL2k8, etc).The application tier is exposed to the various web applications by WCF s
I am trying to setup elmah for asp.net 1.1 application. i have following entry in m开发者_开发知识库y web.config
I am trying to allow the access to the elmah.axd file for only a perticular login and all others should be denied. I have followed Phil Haack\'s tutorialfor securing the file.
I am using the Elmah Logged event in my Global.asax file to transfer users to a feedback form when an unhandled exception occurs.