asp:Chart throws error - An ASP.NET setting has been detected that does not apply in Integrated mana

Posted by Sheonarayan under Error and Solution on 1/19/2015 | Points: 10 | Views : 1274 | Status : [Administrator] | Replies : 0

Problem


Previous version in ASP.NET asp:Chart works but on framework 4.0+ upgrades, it throws below error

An ASP.NET setting has been detected that does not apply in Integrated mana


Solution

The solution of the prblem is to add below configuration in the root web.config.

<system.webServer>
<validation validateIntegratedModeConfiguration="false"/>
</system.webServer>


Hope this will help someone.

Regards,
Sheo Narayan
http://www.dotnetfunda.com



Responses

(No response found.)

Login to post response