Common Problems:
Answers
In nearly all cases you will see this error because your site is configured to run in Integrated Pipeline Mode. This is standard for IIS7 and later.
To remove this error, you need to make two small changes to the web.config file.
-
Open the web.config file using a text editor like Notepad
-
Go to line 70 of the file.
-
Comment out the httpHandlers and httpModules sections by encapsulating their entries in <!-- and -->
-
Save the web.config file and upload it again if necessary
-
Reload your website
If this does not remove the 500 error, please contact our support team.
If you experience a problem that is not covered above, please contact our support team.