Click here to Skip to main content
15,904,415 members

Comments by Er. Pradeep Kumar Rai (Top 3 by date)

Er. Pradeep Kumar Rai 11-May-16 3:58am View    
<pre lang="text">Config Source:
13:
14: <configsections>
15:
</pre>






More Information:
This error occurs when there is a problem reading the configuration file for the Web server or Web application. In some cases, the event logs may contain more information about what caused this error.
If you see the text "There is a duplicate 'system.web.extensions/scripting/scriptResourceHandler' section defined", this error is because you are running a .NET Framework 3.5-based application in .NET Framework 4. If you are running WebMatrix, to resolve this problem, go to the Settings node to set the .NET Framework version to ".NET 2". You can also remove the extra sections from the web.config file.
View more information »
Er. Pradeep Kumar Rai 11-May-16 3:07am View    
Sorry Sir , i am getting IID error after adding this code in web config file.


My config is --


<configuration>
<system.web>
<compilation debug="true" targetframework="4.5">
<httpruntime targetframework="4.5">
<!-- <httphandlers>
<add path="*.less" verb="GET" type="dotless.Core.LessCssHttpHandler, dotless.Core">
-->



<system.webserver>
<staticcontent>
<mimemap fileextension=".less" mimetype="text/css">



Er. Pradeep Kumar Rai 4-Feb-15 1:23am View    
Thank you Ms. Raj