Invalid viewstate error

前端 未结 9 772
盖世英雄少女心
盖世英雄少女心 2021-01-31 05:19

I\'m getting an invalid viewstate error with regard to the ScriptResource.axd. Just wondering if anyone of you could help me on this. Error is:

2009-02-24 09:46:30,02         


        
9条回答
  •  独厮守ぢ
    2021-01-31 05:48

    How large is the view state? Some proxy servers will truncate a large view state.

    It is easy to abuse viewstate since it is turned on by default. If you do have a large viewstate then you probably want to look into disabling view state on controls that do not need it.

提交回复
热议问题