Parser Error
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