Hi,
I am working in Asp.net 4.5 with VS IDE 2013. I am doing research on Handling Error and capturing and maintaining it.
I know the error can be captured in different area(custom handler/Global.asax/Database/Base class level). Below is my question,
Which option will be much better? I need to capture and write it in log file as well as in back end for easy maintenance. Can i use global.asax to capture the error and send it to log file and database from there? i know i can write it in log file from global.asax.
But not sure , i can call database from there. Please suggest me the most efficient way to achieve this.
Also if there is a best example i love it
Thanks.
Go to the complete details ...