每天都能收到不少的“无效的视图状态”这样的错误报告。今天突然想知道如果我只能看到ViewState的信息,即源文件中类似如下的这些信息时候,我是否能分析出ViewState中到底存在了那些信息。

<input type="hidden" name="__VIEWSTATE" >Screenshot

针对 ASP.net 1.1 的 ViewState 解码工具 信息如下:

ViewState Decoder (1.1)
Fritz Onion
Tool to decode the ViewState in ASP.NET pages compatible with version 1.1 of ASP.NET
Screenshot

 

针对 ASP.net 1.0 的 ViewState 解码工具 信息如下:

ViewState Decoder (1.0)
Fritz Onion
Tool to decode the ViewState in ASP.NET pages compatible with version 1.0 of ASP.NET
Screenshot

[导入]ViewState 解码工具
文章来源:http://blog.joycode.com/ghj/archive/2007/11/20/111731.aspx

相关文章:

  • 2021-12-12
  • 2021-07-30
  • 2022-01-09
  • 2021-12-04
  • 2021-08-31
猜你喜欢
  • 2022-02-16
  • 2021-05-28
  • 2021-11-16
  • 2021-07-21
  • 2021-09-14
  • 2022-12-23
  • 2021-12-12
相关资源
相似解决方案