我與JMeter的工作和記錄,當我運行該腳本,然後我在某些網頁得到一個錯誤的腳本後:給出了關於狀態信息的錯誤是無效的,可以被損壞
The state information is invalid for this page and might be corrupted.
[FormatException: Invalid length for a Base-64 char array.]
System.Convert.FromBase64String(String s) +0
System.Web.UI.ObjectStateFormatter.Deserialize(String inputString) +77
System.Web.UI.ObjectStateFormatter.System.Web.UI.IStateFormatter.Deserialize(String serializedState) +4
System.Web.UI.Util.DeserializeWithAssert(IStateFormatter formatter, String serializedState) +37
System.Web.UI.HiddenFieldPageStatePersister.Load() +113
爲什麼我得到這個錯誤?
頁面上我通過使用jmeter得到錯誤正在工作完美,當我手動打開這個。
你得到這個錯誤的解決方案? –