Can anyone give me a good reason to use BOTH application scope Page_Error
and the page scope Page_Error when trapping errors in a web application? Is
there any real benefit to using the Page_Error if you are already capturing
errors in Application_Err or? Also, if you have any links to discussions
about when to use which function it would be helpful.
and the page scope Page_Error when trapping errors in a web application? Is
there any real benefit to using the Page_Error if you are already capturing
errors in Application_Err or? Also, if you have any links to discussions
about when to use which function it would be helpful.
Comment