Parser Error
Microsoft Net Framework

If anyone is facing the runtime error named as "Parser Error" .

Then simply go to your web.config file and make sure that in "System.web" tag have only following attributes.

 <system.web>
    <compilation debug="true" targetFramework="4.5" />
    <sessionState timeout="60" />
    <httpRuntime targetFramework="4.5" maxRequestLength="8000000" requestLengthDiskThreshold="81920" />
    <customErrors mode="Off" />
    <trust level="Full" />
  </system.web>

 

Share This with your friend by choosing any social account


Upcoming Articles
You may also read following recent Post
Copyright Future Minutes © 2015- 2024 All Rights Reserved.   Terms of Service  |   Privacy Policy |  Contact US|  Pages|  Whats new?
Update on: Dec 20 2023 05:10 PM