implement error handling in webproject and logging errrors
-
Hi.. I am working on a web application and about to complete the project. Now I am planning to execute error handling and logging errors to my sql server database. I am using framework 3.5. could you suggest me what could be the best approach to execute error handling. or you can suggest me the best link available. thanks,
By: Hemant Thaker
-
Hi.. I am working on a web application and about to complete the project. Now I am planning to execute error handling and logging errors to my sql server database. I am using framework 3.5. could you suggest me what could be the best approach to execute error handling. or you can suggest me the best link available. thanks,
By: Hemant Thaker
1- Exception Handling Block You can user the Error handling application block provided by Microsoft. Exception Block[^] 2- ELMAH In some of my previous projects I have used ELMAH ELMAH[^] ELMAH is very efficient in exception handling with simple configuration.
WWW, WCF, WWF, WPF, WFC .... WTF
-
Hi.. I am working on a web application and about to complete the project. Now I am planning to execute error handling and logging errors to my sql server database. I am using framework 3.5. could you suggest me what could be the best approach to execute error handling. or you can suggest me the best link available. thanks,
By: Hemant Thaker
Yes, I think Enterprise Library Application Block is one of the bese solutaion. Here is one of my article on Caching Application Block, http://web1.codeproject.com/KB/web-cache/CachingApplicationBlock.aspx[^] Which may not related with your question, but it will help you to understand about Application Block
Cheers ! Abhijit Codeproject MVP