Frequently Asked Interview Questions

How can you enable ViewState encryption for an application?

FAQS on ASP.NET StateManagement
To configure view state encryption for an application does the following:

<Configuration>
<system.web>
<pages viewStateEncryptionMode="Always"/>
</system.web>
</configuration>

Most Visited Pages

Home | Site Index | Contact Us