Posts

Log Writing and Sql Server Performance,How to disable back button in browser

Logging error as email using microsoft enterprise library Most of us were worried after deploying the code in client UAT environment and thinking of if any error occurred in our deployment when client is doing testing. When client is doing testing of code at the same time developer will come to know about the error if any occurred through email. And we don't have to wait for client to send errors in our code.  What he/she has to do is to augment web.config file only. Web.config < configuration > < configSections > < section name = " loggingConfiguration " type = " Microsoft.Practices.EnterpriseLibrary.Logging.Configuration.LoggingSettings, Microsoft.Practices.EnterpriseLibrary.Logging, Version=5.0.414.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35 " requirePermission = " true " /> </ configSections > < loggingConfiguration name = "" tracingEnabled = " true " defaultCatego...