.NET Blog

Free. Cross-platform. Open source. A developer platform for building all your apps.

Secure ASP.NET ViewState

(image) During an appearance on the .NET Rocks podcast last week, a question was raised about securely sending information through ASP.NET ViewState.  I responded to the question by indicating that the typical security concern for web content is not to trust any content submitted from the web, including ViewState.  After that podcast was ...