Ask a Question related to ASP.NET General, Design and Development.
-
Marina #1
Re: View State is invalid Error on webfarm!
Are the pages 100% idential on both servers?
"David Grubbs" <dgrubbs@yahoo-inc.com> wrote in message
news:%23PnjmUITDHA.1320@TK2MSFTNGP12.phx.gbl...panels,> I have a 2 server webfarm and a very simple aspx page that containsthe> buttons and hyperlinks to create a menu. every so often when clicking on a
> button link the page is submitted and I get the response error posted atis> bottom! I had this problem a while back but I fixed it using a <machinekey
> /> in the web.config, but the machine keys match on both servers and this--> hapening again, anyone else deal with this problem!
>
> Thanks, David
>
> Server Error in '/DataServices' Application.
> --------------------------------------------------------------------------web> ----
>
> The View State 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 View State is invalid for
> this page and might be corrupted.
>
> Source Error:
> An unhandled exception was generated during the execution of the currentcan> request. Information regarding the origin and location of the exception--> be identified using the exception stack trace below.
>
> Stack Trace:
> [HttpException (0x80004005): The View State is invalid for this page and
> might be corrupted.]
> System.Web.UI.Page.LoadPageStateFromPersistenceMed ium() +151
> System.Web.UI.Page.LoadPageViewState() +16
> System.Web.UI.Page.ProcessRequestMain() +421
>
>
>
>
> --------------------------------------------------------------------------ASP.NET> ----
> Version Information: Microsoft .NET Framework Version:1.0.3705.288;> Version:1.0.3705.288
>
>
>
Marina 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 question
In many custom controls examples I see the following code: public string Text { get { return (string)ViewState; } set { -
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... -
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... -
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. ... -
Saravana #2
Re: View State is invalid Error on webfarm!
Check out this support links, this might help you
[url]http://support.microsoft.com/default.aspx?scid=KB;en-us;q316920[/url]
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;323744[/url]
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;812399[/url]
--
Saravana
Microsoft India Community Star,
MCAD,SE,SD,DBA.
"David Grubbs" <dgrubbs@yahoo-inc.com> wrote in message
news:#PnjmUITDHA.1320@TK2MSFTNGP12.phx.gbl...panels,> I have a 2 server webfarm and a very simple aspx page that containsthe> buttons and hyperlinks to create a menu. every so often when clicking on a
> button link the page is submitted and I get the response error posted atis> bottom! I had this problem a while back but I fixed it using a <machinekey
> /> in the web.config, but the machine keys match on both servers and this--> hapening again, anyone else deal with this problem!
>
> Thanks, David
>
> Server Error in '/DataServices' Application.
> --------------------------------------------------------------------------web> ----
>
> The View State 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 View State is invalid for
> this page and might be corrupted.
>
> Source Error:
> An unhandled exception was generated during the execution of the currentcan> request. Information regarding the origin and location of the exception--> be identified using the exception stack trace below.
>
> Stack Trace:
> [HttpException (0x80004005): The View State is invalid for this page and
> might be corrupted.]
> System.Web.UI.Page.LoadPageStateFromPersistenceMed ium() +151
> System.Web.UI.Page.LoadPageViewState() +16
> System.Web.UI.Page.ProcessRequestMain() +421
>
>
>
>
> --------------------------------------------------------------------------ASP.NET> ----
> Version Information: Microsoft .NET Framework Version:1.0.3705.288;> Version:1.0.3705.288
>
>
>
Saravana Guest
-
Jackal #3
Re: View State is invalid Error on webfarm!
Hi David,
I encountered exactly the same problem as yours, and you must have studied
the Microsoft KB article Q323744, haven't you? According to your
descriptions,
I wonder whether you've applied the hotfix mentioned in the "RESOLUTION"
section of that article or not? If not, try to get one to apply!
Cheers,
Jackal
"David Grubbs" <dgrubbs@yahoo-inc.com> ¼¶¼g©ó¶l¥ó·s»D
:#PnjmUITDHA.1320@TK2MSFTNGP12.phx.gbl...panels,> I have a 2 server webfarm and a very simple aspx page that containsthe> buttons and hyperlinks to create a menu. every so often when clicking on a
> button link the page is submitted and I get the response error posted atis> bottom! I had this problem a while back but I fixed it using a <machinekey
> /> in the web.config, but the machine keys match on both servers and this--> hapening again, anyone else deal with this problem!
>
> Thanks, David
>
> Server Error in '/DataServices' Application.
> --------------------------------------------------------------------------web> ----
>
> The View State 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 View State is invalid for
> this page and might be corrupted.
>
> Source Error:
> An unhandled exception was generated during the execution of the currentcan> request. Information regarding the origin and location of the exception--> be identified using the exception stack trace below.
>
> Stack Trace:
> [HttpException (0x80004005): The View State is invalid for this page and
> might be corrupted.]
> System.Web.UI.Page.LoadPageStateFromPersistenceMed ium() +151
> System.Web.UI.Page.LoadPageViewState() +16
> System.Web.UI.Page.ProcessRequestMain() +421
>
>
>
>
> --------------------------------------------------------------------------ASP.NET> ----
> Version Information: Microsoft .NET Framework Version:1.0.3705.288;> Version:1.0.3705.288
>
>
>
Jackal Guest



Reply With Quote

