|
|
Build a Really Useful ASP.NET Exception Engine |
|
|
Peter A. Bromberg |
|
|
ASP.NET / Error Handling |
|
|
Click to Visit |
|
|
Click to Download |
|
|
17 |
This article describes the real need of an Exception engine which could perform more effectively than other exception handlers in ASP.NET. The Global Application Error event handler collects unhandled exceptions and show the users the exact run time error which brings the application to a halt. This exception engine works mainly with the code behind as well as script only in ASP.NET applications. Now by adding a few items to the web.config and the global.asax, the webmasters could connect this framework any where in their site application.
|