I am working on an ASP.NET MVC 4 in C# project which works very well on my local development server. However, when I push it to my production server, a particular page gives a 500 internal server error. However, the error I get is no more helpful than "An error occurred while processing your request".
How can I force ASP.NET to display a more helpful error, even if it is the yellow screen of death?
Thank you for your time.