I would like to edit my 'Error' page so that whenever an error is thrown it displays the reason why.
Instead of the default:
Error. An error occurred while processing your request.
It would say e.g.:
Error. An error occurred while processing your request.
Reason: "Unable to connect to database 'MVCDatabase'."
Is there a way of making it so that the 'Error' view would show this?