0
kicks
ASP.NET Application Level Error Handling with HttpModule
Some of ASP.NET Developers I saw use the Global.asax file in order to Handle Application Level Errors... It's a pretty simple way, yes. But .. HttpModules might be a better way to Handle HttpRequests.