What is the best way to display a more friendly error message to the users. I know that if they enter a date wrong they will receive the following error:
ASP error happened
Technical information
Error number -2147217913
But they would rather see:
Please check the date entry
The date must be in mm/dd/yy format.
How can I achieve this?