S
S S Venkatesh
Hi,
I'm involved in a ASP.NET web project with a web farm and load
balancing(windows server 2003 ) with no afinity (no sticky sessions) and i
am facing problems in view state.
I get an error like this.
Server Error in '/ViewState' Application.
----------------------------------------------------------------------------
----
The viewstate is invalid for this page and might be corrupted.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Web.HttpException: The viewstate is invalid for
this page and might be corrupted. Source Error:
An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): The viewstate is invalid for this page and
might be corrupted.]
System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +151
System.Web.UI.Page.LoadPageViewState() +18
System.Web.UI.Page.ProcessRequestMain() +423
Thanks,
Venkat
I'm involved in a ASP.NET web project with a web farm and load
balancing(windows server 2003 ) with no afinity (no sticky sessions) and i
am facing problems in view state.
I get an error like this.
Server Error in '/ViewState' Application.
----------------------------------------------------------------------------
----
The viewstate is invalid for this page and might be corrupted.
Description: An unhandled exception occurred during the execution of the
current web request. Please review the stack trace for more information
about the error and where it originated in the code.
Exception Details: System.Web.HttpException: The viewstate is invalid for
this page and might be corrupted. Source Error:
An unhandled exception was generated during the execution of the current web
request. Information regarding the origin and location of the exception can
be identified using the exception stack trace below.
Stack Trace:
[HttpException (0x80004005): The viewstate is invalid for this page and
might be corrupted.]
System.Web.UI.Page.LoadPageStateFromPersistenceMedium() +151
System.Web.UI.Page.LoadPageViewState() +18
System.Web.UI.Page.ProcessRequestMain() +423
Thanks,
Venkat