In web.config file go to <configuration> tag and set here
<location path="YourFolderName">
<system.web>
<pages enableViewState="false"/>
</system.web>
</location>
Join the conversation! Your thoughts help the community grow.
Sign in to leave a comment
It is the same account you read, post and publish with — and you will come straight back to this page.

Aappasaheb TawalePosted Sep 18, 2015, 6:08 AM
This is a Great for me. Thank you