Sunday, March 27, 2016

Catch errors for a particular web from standalone with the Page_Error event!

This goes in the code behind and will happen before the yellow and red, ketchup and mustard screen of death:

void Page_Error(object sender, EventArgs e)
{
   
//whatever

No comments:

Post a Comment