elmah
Can't seem to override CreateController in the DefaultControllerFactory
I\'m trying to implement Elmah into my MVC application using this great tutorial. http://dotnetdarren.wordpress.com/20开发者_C百科10/07/27/logging-on-mvc-part-1/[详细]
2023-01-30 12:02 分类:问答trim down the error details logged by ELMAH
I am using Elmah for error logging and it is logging lot more info than what I need, especially all the server variables for the form in the form of Xml in database. I would开发者_开发百科 like to exc[详细]
2023-01-30 06:08 分类:问答How to secure Elmah.axd?
We\'re using Elmah as our error logging system for an app that will be going into production soon. It\'s extremely useful, but if i开发者_如何学编程t goes into production like this anyone in the world[详细]
2023-01-29 20:11 分类:问答pass the ELMAH error sequence number (not GUID) for the exception to custom error page in ASP.NET
I want to show the sequ开发者_StackOverflow中文版ence number for the exception (from sequence number column in ELMAH_Error table) , not the GUID to the user whenever an error occurs. is this possible?[详细]
2023-01-29 10:30 分类:问答Elmah and network cards
I am using Elmah in one of our production deployments and would like to secure the module to the local network only and not expose it to the pub开发者_如何学运维lic. I am aware of the remote logging o[详细]
2023-01-28 21:20 分类:问答Encrypting elmah section of web.config file
How can I encrypt the elmah section of my web.config file, so the SMTP server & login information is protected?[详细]
2023-01-28 20:38 分类:问答Errors resulting in YSOD when I deploy the app
I have an app that runs fine locally. When I deploy this app to our staging environment, errors that are normally caught are resulting in the \'Yellow Screen of Death\', even though the errors are sur[详细]
2023-01-28 13:37 分类:问答Elmah webconfig error 500 on Window2008r2 MVC2 Project
Just found out that i don\'t need httpHandler and the httpHandlers in the system.web and it still running[详细]
2023-01-28 10:33 分类:问答Query ELMAH's XML field
The stock ELMAH_Error table uses an nText field to store an Error entry. I found that by adding a field of type XML; then adding this new field to the INSERT statement of the SPROC that populates the[详细]
2023-01-26 05:49 分类:问答Elmah - frequency cap / limit #errors logged in given interval
Looking at implementing Elmah but I cant see anyway to limit the number of errors logged if they 开发者_如何学Pythonrise above a certain threshold?[详细]
2023-01-24 13:02 分类:问答