I have never added error handling into the web pages I built (intranet so the user is a phone call away) But I wrote an app that due to the amount of data being queried it does occasionally timeout, I have increased the timout in the script but, the ugly error message pops up saying the script timed out from time to time.
How would I intercept this and display a page that simply states to the user "Your request took longer than anticipated, please click the 'Try Again' button to send your request again."
How would I intercept this and display a page that simply states to the user "Your request took longer than anticipated, please click the 'Try Again' button to send your request again."