Archives
-
Asp.net Unhandled Exception (Elmah)
My client asked to handle all unhandled exception and log then in sql database. Beside that they want to log handled exception too. So after some googling i found an open source project for exception handling, ELMAH (Error Logging Modules and Handlers). I found it very easy to configure Elmah to the project, i forgot to say that the project is a Running project. There is no need to write and single code line, all about web.config configuration. I wrote some lines to log the handled exception and log them.
-
Encrypt web.config including external appsettings and connectionstrings files
Web.config encryption with external files by using aspnet_regiis made my go crazy; but i found a way to do that;
-
Encrypt Web.Config including External appSettings and ConnectionStrings Files.
Before two days from now, the project that I'm working one required a web.config encryption. I know that encrypting web.config nodes is very easy with aspnet_regiis.exe! but i found me self in a big google jungle!.