I want to handle errors that occur in my classical asp pages in global.asa and redirect them to custom error page.
This can be accomplished in global.asax via Application_Err or event.
Is there an alterative in global.asa for the same.
Appreciate your help
This can be accomplished in global.asax via Application_Err or event.
Is there an alterative in global.asa for the same.
Appreciate your help
Comment