I am trying to host my ASP.net MVC2 application on MS Server 2008. When I attempt to view the website it returns a 500.19 internal server error. The error message claims that there is a duplicate section defined.
Config Error There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined
This section does not even exist in the application's web.config.
The physical location of my website is c:\TestPortal but the error appears to be complaining about a web.config file that is not even related to this application
Config File \?\C:\UriAbstraction\web.config
I have created an Application under the 'Default Web Site' and the physical location is correctly set.
Why is iis given me this error when I am visiting my application? Thanks!