ViewState Chunking in ASP.NET 2.0 (maxPageStateFieldLength)
Posted by: Laurent Duveau,
on 17 Apr 2007 |
View original | Bookmarked: 0 time(s)
I am currently teaching an ASP.NET 2.0 course in Quebec city. I like it because each time I give a training I learn something (and so do my trainees I hope...). This time I learnt something new about the ViewState.When ViewState in your page become very large it can be a problem as some firewalls and proxies will prevent access to pages containing such huge ViewState sizes. For this purpose ASP.NET 2.0 introduces the ViewState Chunking mechanism. But the first thing...