The View State Is Invalid for This Page and Might Be Corrupted

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default 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

  2. Similar Questions and Discussions

    1. 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,...
    2. View State is invalid Error on webfarm!
      Are the pages 100% idential on both servers? "David Grubbs" <dgrubbs@yahoo-inc.com> wrote in message...
    3. 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...
    4. 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...
    5. 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...
  3. #2

    Default 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
    >
    > >-----Original Message-----
    > >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.
    > >.
    > >

    Juliano Bortolozzi Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139