Encrypting ViewState in ASP.NET 2.0
Author:
Matt Gibbs, Microsoft
To reduce the chance of someone intercepting the information stored in the ViewState, it is good design to encrypt the ViewState. Support for encryption has been improved in ASP.NET 2.0, allowing you to set this on a page-by-page basis.
More Tutorials
|