

The post is triggered by a standard, unadulterated asp linkbutton, there is no ajax going on on the page.Īny and all help will be greatly appreciated. Error Message:Īt .GetDecodedData(Byte buf, Byte modifier, Int32 start, Int32 length, Int32& dataLength)Īt .ObjectStateFormatter.Deserialize(String inputString) HttpApplication.RecordError => HttpApplication.RaiseOnError => global_asax.Application_Error When a page is rendered from a request to server 1 and then posted back to server 2, I get the dreaded. The viewstate size is not too bad at 7.64kb I have verified that the page is completely loaded and the _EVENTVALIDATION hidden field has been rendered into the page before initiating the post. The server side session state is in a shared state-server, I have verified that sessionid remains constant between requests to the 2 servers. I have added a page to the site ( based on this SO) that spits the machine key values back out, and verified that they are the same across requests to both machines and match the values that are in machine. I have verified that no other config files in the chain (web.cfg, apphost etc.) have a setting for these values. I have set the machine key and validation key in nfig on both machinesĮncryption: SHA1, Decryption: AES - These are the defaults, could it help to change them? I think that I've tried all of the standard responses to this problem, and I know that I've read hundreds of questions and posts about this problem, but none of them seem to have resolved it or shed any light on what the cause is in my scenario.
