[HttpException (0x80004005): 无法验证数据。]
   System.Web.Configuration.MachineKeySection.GetDecodedData(Byte[] buf, Byte[] modifier, Int32 start, Int32 length, Int32& dataLength) +2546764
   System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) +214

解决办法,
<pages enableEventValidation="false" viewStateEncryptionMode ="Never" />
具体是那些问题还不清楚。





相关文章:

  • 2021-09-12
  • 2022-01-07
  • 2021-05-31
  • 2022-12-23
  • 2021-08-16
猜你喜欢
  • 2021-10-14
  • 2021-06-17
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-18
  • 2022-01-04
相关资源
相似解决方案