Ask a Question related to ASP.NET General, Design and Development.
-
Mike Turpin #1
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.
The View State Is Invalid for This Page and Might Be Corrupted
Things we have tried
We are not using server.transfer.
We have verified the machine keys in the machine.config file on both
nodes of the cluster.
We have acquired the hotfix from Microsoft and still experience this
error message on our web farm.
We tried moving to version 1.1 of the framework. It didn't help.
Mike Turpin Guest
-
page view state for sort expression datagrid
using the ASP.NET datagrid control to displaying some data from SQLserver, also provide paging and sorting function for the datagrid. However,... -
View State is invalid Error on webfarm!
Are the pages 100% idential on both servers? "David Grubbs" <dgrubbs@yahoo-inc.com> wrote in message... -
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 viewstate is invalid for this page and might be corrupted problem
Hi all: I developed a web site, it passed various testing internally. When I put this site in production, I receive some error reports from this... -
The viewstate is invalid for this page and might be corrupted
I don't know if it helps, but I get this message when viewing an aspx page from my Toshiba E750 pda. The first page comes up fine. I then logon... -
Juliano Bortolozzi #2
Re: The View State Is Invalid for This Page and Might Be Corrupted
It's related to the encryption key used in ViewState. You just have to keep
the same keys in the machine.config file, in both of servers.
Take a look at
[url]http://support.microsoft.com/default.aspx?scid=kb;en-us;323744[/url].
Regards,
Juliano
"senthil" <to_consent@hotmail.com> wrote in message
news:073f01c34bb3$9a4295b0$a001280a@phx.gbl...> I had a project in my local machine which worked fine.
> Using visual studio 'copy project' menu option, i copied
> the project to a web server with different project name.
> And i got the same error message. thought it might help.
>
> Senthil
>> works fine on a> >-----Original Message-----
> >Can anyone provide some help on this issue? Our code> following> >single machine but in a web farm environment we get the> Corrupted> >error.
> >
> >The View State Is Invalid for This Page and Might Be> file on both> >
> >Things we have tried
> >We are not using server.transfer.
> >We have verified the machine keys in the machine.config> experience this> >nodes of the cluster.
> >We have acquired the hotfix from Microsoft and still> didn't help.> >error message on our web farm.
> >
> >We tried moving to version 1.1 of the framework. It> >.
> >
Juliano Bortolozzi Guest



Reply With Quote

