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/
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
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
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?
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
How can I encrypt the elmah section of my web.config file, so the SMTP server & login information is protected?
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
Just found out that i don\'t need httpHandler and the httpHandlers in the system.web and it still running
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
Looking at implementing Elmah but I cant see anyway to limit the number of errors logged if they 开发者_如何学Pythonrise above a certain threshold?