Your site on Windows hosting gives an "Error 500 - Internal Server Error. There is a problem with the resource you are looking for, and it cannot be displayed.".
What to do?


It's a generic error message, which gives you no detail about the cause of the issue, so you don't know what to do to fix it.

To display error details, you need to:

  1. edit web.config file
  2. insert following line of code:
    <httpErrors errorMode="Detailed" />
    just before  </system.webServer> tag
  3. save the file
  4. refresh web page to see error details
NOTE: after having fixed the issue, delete from web.config the line of code you inserted: displaying always detailed error messages on Windows hosting is a security issue!

See also: https://support.microsoft.com/it-it/help/311766/how-web-site-administrators-can-troubleshoot-an-http-500---internal-server-error-error-message-on-iis-4.0-or-on-iis-5.0 

Found this article interesting?
Subscribe to DomainRegister´s newsletter!

You can unsubscribe at any time by simply clicking the link in the footer of our emails. For information about our privacy practices, please visit our website.

We use Mailchimp as our marketing platform. By clicking below to subscribe, you acknowledge that your information will be transferred to Mailchimp for processing. Learn more about Mailchimp s privacy practices here.

  • Windows
  • 26 Users Found This Useful
Was this answer helpful?

Related Articles

 What is "Dedicated IIS Application pool"?

"IIS application pool" is a Plesk feature, which serves websites and web applications hosted on a...

 How to make public Awstats Web Stats in Plesk

You can access the Web statistics for your site at:http:/yourdomain.com/plesk-stat/webstatThey're...

 How to preview website in Plesk before changing DNS

In Plesk it's possible to preview your site, even if domain DNS are no yet modified and so are...

 How to secure your Plesk control panel with an SSL certificate

Plesk control panel has his own SSL certificate, signed by Plesk, but most browsers do not...

 What is my absolute path?

BEWARE: This applies only to our following hosting plans:Windows BasicWindows ProWindows...