Global exception handler

  • Thread starter Thread starter Samuel Shulman
  • Start date Start date
S

Samuel Shulman

Hi
Is there a global exception handler for ASP.NET application? and can that
be/is implemented?

Thank you,
Samuel
 
Thus wrote Samuel,
Hi
Is there a global exception handler for ASP.NET application? and can
that
be/is implemented?

Yes, there is one -- Application_Error in global.asax.

Cheers,
 
Back
Top