I have a grasp on this application block with ASP.NET, but I feel unsure if I am coding with it properly in ASP.NET.
I've looked all over for proper examples of how to use the Enterprise Library Exception Handling Application Block, but only turn up articles for Windows Forms.
Could somebody please point me in the right direction for usage of the Enterprise Library Exception Handling Application Block with ASP.NET? (e.g. handling exceptions in classes, when to propagate exception to Application_Error in Global.asax, how to process handled and unhandled exceptions in Application_Error).
I would really like to see what other people are doing.
Code incorporating the Enterprise Library Error Handling Application Block with the Logging Application Block would also be helpful.
Thanks!