GoDaddy hosting - "The page cannot be displayed because an internal server error has occurred" IIS7

You use Windows shared hosting (Godaddy,...) and get this error (assume the web server use IIS7):

"The page cannot be displayed because an internal server error has occurred"

You can't access to the web server. Most possible source of error would be something is wrong on your web.config settings.

How to show detail error to your browser? Just edit your web.config file.

Add/edit the following element in tag:


...

...


Add/edit httpErrors element:

...

...


Note: httpErrors element must not have child element(s).

Upload the web.config and see what's?

Hope this helpful!

Comments