This post originated from an RSS feed registered with .NET Buzz
by Damir Tomicic.
Original Post: [Development] Encrypt ViewState in ASP.NET 2.0
Feed Title: Damir Tomicic : community powered
Feed URL: http://tomicic.de/SyndicationService.asmx/GetRss
Feed Description: stuff about .NET, community and life - in several languages.
To reduce the chance of someone intercepting the information stored in the ViewState,
it is good design to encrypt the ViewState. You could do this in previous releases
of ASP.NET, but the support for encryption has been improved in ASP.NET 2.0, allowing
you to set this on a page-by-page basis.