开发者

.NET ViewState Decoder

开发者 https://www.devze.com 2023-02-26 04:01 出处:网络
Is there any viewstate decoder that really works on .net 4? I tried Onion\'s and several other online decoders. There was also an add-in for firefox but that is not compatible with ff4.

Is there any viewstate decoder that really works on .net 4?

I tried Onion's and several other online decoders. There was also an add-in for firefox but that is not compatible with ff4.

I get this error no matter what.

"There was an error decoding the viewstate string. The开发者_如何学Go serialized data is invalid"

I have explicitely set ViewStateEncryptionMode="Never" EnableViewStateMAC="false" in my page. Still the same error.

Thanks


Did you try following

http://ignatu.co.uk/ViewStateDecoder.aspx

OR one for fiddler

http://www.binaryfortress.com/aspnet-viewstate-helper-fiddler/ http://www.telerik.com/fiddler/add-ons

0

精彩评论

暂无评论...
验证码 换一张
取 消