Ask a Question related to ASP.NET General, Design and Development.
-
Bryan Bolling #1
Invalid View State Problem
I am trying to migrate an ASP.NET web application from one server to
another. The web app works fine on the original web server, but gives me the
following error on the new web server:
Server error in '*******' application
The view state is invalid for this page and might be corrupted"
I have read and contacted Microsoft after reading Knowledge Base Article
812399. They sent me a pre-SP3 service pack which did not solve the problem.
I have since rebuilt the web server and reinstalled everything (thinking it
was a configuration problem on the server). I have al of the latest service
packs and am running the .NET Framework 1.1. Does anyone out there have
other ideas or suggestions? Thanks in advance.
-Bryan
Bryan Bolling Guest
-
View state help
Do you modify the page at all? Sometimes modifying the page causes the error you described. Alternatively, you do not have to use ViewState in... -
View State Help !!!
hi I have a datagrid bound to a datasource. I am generating the columns in the datagrid dynamically. I override the loadviewstate method and... -
Problem storing Style in View State
I have created a custom control that has System.Web.UI.WebControls.Style has a property. The property is defined like this: public virtual... -
View State is invalid Error on webfarm!
Are the pages 100% idential on both servers? "David Grubbs" <dgrubbs@yahoo-inc.com> wrote in message... -
The View State Is Invalid for This Page and Might Be Corrupted
Can anyone provide some help on this issue? Our code works fine on a single machine but in a web farm environment we get the following error. ...



Reply With Quote

