I am making an MVC 4 application in VS 2013 using .NET 4.5.
The beginnings of my application are running fine locally, however after they are deployed, whenever I try to reach the URL I get :
500 - Internal server error
How do I find out what this error is caused by? I have tried turning off the friendly error messages in IE. Also I have tried adding customErrors mode="Off" to the main web.config both of which have not worked.