HTTP Error 500.19 - Internal Server Error
The requested page cannot be accessed because the related configuration data for the page is invalid.
Config Error: There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section definedConfig File: Application\Web\web.config
The error on IIS 7.5 should look like this.
Solution:
Open web.config, and then comment out the "system.web.extensions" sectionGroup under configSections tag.
For example:
<!--<sectiongroup name="system.web.extensions">
............
............
...........
</sectiongroup>-->
Thank you.. This is very helpful. .Tableau Online Course
ReplyDelete