I am getting this exception from my ASP .net application running in a webfarm.
Exception Type: System.Web.HttpException
Exception Message: Unable to validate data.
---- Stack Trace ----
System.Web.Configuration.MachineKeySection.GetDecodedData(buf As Byte[], modifier As Byte[], start As Int32, length As Int32, dataLength As Int32&)
(unknown file): N 00294
System.Web.UI.ObjectStateFormatter.Deserialize(inputString As String)
(unknown file): N 00203
I have already configured static machine key in all the servers as per this article: http://support.microsoft.com/default.aspx?scid=kb;en-us;Q312906. (All servers have the same machine key)
Any Ideas?
I wonder why no one is responding to this? Is it just me?