ASP.NET: Daten können nicht überprüft werden

Was ist die Ursache für diese Ausnahme in ASP.NET? Natürlich ist es eine Viewstate-Ausnahme, aber ich kann den Fehler auf der Seite, die die Ausnahme auslöst, nicht reproduzieren (ein einfaches zwei-TextBox-Formular mit einer Schaltfläche und Navigationslinks).

FWIW, ich betreibe keine Webfarm.

Ausnahme

Fehlermeldung: Daten konnten nicht validiert werden.

Fehlerquelle: System.Web

Fehlerzielsite: Byte [] GetDecodedData (Byte [], Byte [], Int32, Int32, Int32 ByRef)

Post-Daten

SICHTZUSTAND:

/ wEPDwULLTE4NTUyODcyMTFkZF96FHxDUAHIY3NOAMRJYZ + CKsnB

EVENTVALIDIERUNG:

/ wEWBAK + 8ZzHAgKOhZRcApDF79ECAoLch4YMeQ2ayv / Gi76znHooiRyBFrWtwyg =

Ausnahmestapel-Trace
   at System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidationError)
   at System.Web.UI.ObjectStateFormatter.Deserialize(String inputString)
   at System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize(String serializedState)
   at System.Web.UI.Util.DeserializeWithAssert(IStateFormatter formatter, String serializedState)
   at System.Web.UI.HiddenFieldPageStatePersister.Load()
   at System.Web.UI.Page.LoadPageStateFromPersistenceMedium()
   at System.Web.UI.Page.LoadAllState()
   at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
   at System.Web.UI.Page.ProcessRequest()
   at System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)
   at System.Web.UI.Page.ProcessRequest(HttpContext context)
   at ASP.default_aspx.ProcessRequest(HttpContext context)
   at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
   at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)

~ William Riley-Land

Antworten auf die Frage(8)

Ihre Antwort auf die Frage