I've installed website on my local machine using IIS 7 successfully. But when I've deployed it on live server, I got the following error:
"The page cannot be displayed because an internal server error has occurred" Nothing else.
Using the same IIS 7 on live and also set to have Detailed errors
in Error Pages module, but still getting the same.
What can be a reason?
Thanks
Modify your web.config to display the server error details:
You may also need to remove/comment out the follow httpErrors section
From my experience if you directly have a server error, this may be caused from an assembly version mismatch.
Check what is declared in the web.config and the actual ddl in the bin folder's project.