viewstate

asp.net

Wrangling ASP.NET Viewstate

Inspired by Scott Hanselman’s recent post on ASP.NET viewstate wrangling, here’s a roundup of tips for dealing with that ornery viewstate stuff. The first rule of thumb, of course, is to turn it off whenever you can. But sometimes you can’t. I think the DotNetNuke developers

By Jeff Atwood ·
Comments

asp.net

Web Farms and ASP.NET ViewState

If you deploy ASP.NET websites to a web farm, you may run into this perplexing System.Web.HttpException: The viewstate is invalid for this page and might be corrupted If you’ve installed ASP.NET 1.1 service pack 1, you may also get a much more helpful exception

By Jeff Atwood ·
Comments