Det är med största sannolikhet något fel i din web.config fil. Kolla i den för att se att allt finns med och att alla taggar heter korrekt och avslutas korrekt.
Alternativt kan det vara global.asax som det är fel på, dvs den saknas.
Kolla i din web.config om du har inställningen customErrors mode="Off"
När den är Off så får du detaljerade felmeddelanden. Om man inte har det så får du istället info om att du kan ställa in de på Off för att få det, vilket är vad du fått fram.
Runtime Error
Description: An application error occurred on the server. The current custom error settings for this application prevent the details of the application error from being viewed remotely (for security reasons). It could, however, be viewed by browsers running on the local server machine.
Details: To enable the details of this specific error message to be viewable on remote machines, please create a <customErrors> tag within a "web.config" configuration file located in the root directory of the current web application. This <customErrors> tag should then have its "mode" attribute set to "Off".