Warning: file_get_contents(/data/phpspider/zhask/data//catemap/5/excel/27.json): failed to open stream: No such file or directory in /data/phpspider/zhask/libs/function.php on line 167

Warning: Invalid argument supplied for foreach() in /data/phpspider/zhask/libs/tag.function.php on line 1116

Notice: Undefined index: in /data/phpspider/zhask/libs/function.php on line 180

Warning: array_chunk() expects parameter 1 to be array, null given in /data/phpspider/zhask/libs/function.php on line 181
Asp.net 无效的视图状态_Asp.net_Viewstate_Webforms - Fatal编程技术网

Asp.net 无效的视图状态

Asp.net 无效的视图状态,asp.net,viewstate,webforms,Asp.net,Viewstate,Webforms,我的网站上总是有这样的错误。任何人都有解决方案 Stacktrace at System.Web.UI.Page.DecryptStringWithIV(String s, IVType ivType) at System.Web.UI.Page.DecryptString(String s) at System.Web.Handlers.ScriptResourceHandler.DecryptParameter(NameValueCollection queryString) at Sys

我的网站上总是有这样的错误。任何人都有解决方案


Stacktrace
at System.Web.UI.Page.DecryptStringWithIV(String s, IVType ivType) at System.Web.UI.Page.DecryptString(String s) at System.Web.Handlers.ScriptResourceHandler.DecryptParameter(NameValueCollection queryString) at System.Web.Handlers.ScriptResourceHandler.ProcessRequestInternal(HttpResponse response, NameValueCollection queryString, VirtualFileReader fileReader) at System.Web.Handlers.ScriptResourceHandler.ProcessRequest(HttpContext context) at System.Web.Handlers.ScriptResourceHandler.System.Web.IHttpHandler.ProcessRequest(HttpContext context) at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
Query String
d=J_c3w3Q59U-PnoRlWBPOJMVgHe_9Ile9wANEXiRFLzG8mequestManager._initialize('ctl00%24ScriptManager1'




我注意到在ScriptResource.axd的最后一部分追加了一些字符串,这些字符串不是querystring(equestManager.\u initialize('ctl00%24ScriptManager1')的一部分。我不知道这个字符串是如何在这里结束的。我在共享托管计划中使用MS ajax、webforms和IIS7。

这是IE8用户造成的错误,您可以在此处阅读:


最基本的是,当IE8处理页面时,有时只会留下4kb,如果你的
@murak-只需等待错误消失:)它在2天前就在IE8端得到了修复: