Is there a way to display a benign error page (using some settings in web.config) when an asp.net app crashes ?
I have an app whose database is updated regularly. If the database is updated while a user is using the app, frequently the app crashes. If the app's webpage is refreshed then everything is OK again.
How best to handle a situation like this? Is there a way to direct all crashes to a webpage that tells the user to just refresh? Thanks.