I am trying to come up with a way to create a commo开发者_如何学运维n library for all my MVC projects. I started off really simple withBaseController and BaseModel classes. Easy stuff!
I have an ASP.NET website mixed with classic asp (we are working on a conversion to .NET) and I recently upgraded from .NET 1.1 to .NET 4.0 and switched to integrated pipeline in IIS 7.
How do I get ELMAH to store the cached errors in my database? Has anyone implemented it already? If 开发者_C百科yes please guide me how to do that step by steps please?
I\'m building a new Web Forms aspnet 4.0 website and have installed Elmah 1.2 using NuGet.I\'ve added a line to the web.config to log to sql server express, and created the relevant table and 3 stored
I am logging error wit开发者_如何学运维h Elmah inside a try-catch block. here is the code; try {
What are the steps required to set up elmah on an ASP.开发者_开发技巧NET MVC 3 application? nuget elmah
I am getting an error of some sort that causes error.cshtml to be displayed. I dont see what settings are making it do that, plus I dont like the fact that elmah doesnt see the error either.
I am using Elmah in my MVC 2 project and everything works fine - except that Elmah is logging my background-image as an not implemented controller (see http://imageshack.us/photo/my-images/834/unbenan
Can anyone confirm that Elmah implements flood protection behavior and that this behavior is enabled by default, or is easily enabled via web.config? If so, is the time threshold configurable?
I am trying to secure elmah in an asp.net mvc 3 application. I been searching around and found this to be the way to do it