ASP.net webアプリケーションでこんなエラーが出ました。
「クライアントが切断されました。無効な viewstate です。」
(The client disconnected. Invalid viewstate.)
これは何なんでしょうか?
「クライアントが切断されました。無効な viewstate です。」
エラーの詳細なメッセージは以下の通りです。
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 |
********\n Message:\n クライアントが切断されました。\n StackTrace:\n 場所 System.Web.UI.ViewStateException.ThrowError(Exception inner, String persistedState, String errorPageMessage, Boolean macValidationError)\r\n 場所 System.Web.UI.HiddenFieldPageStatePersister.Load()\r\n 場所 System.Web.UI.Page.LoadPageStateFromPersistenceMedium()\r\n 場所 System.Web.UI.Page.LoadAllState()\r\n 場所 System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)\r\n 場所 System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)\r\n 場所 System.Web.UI.Page.ProcessRequest()\r\n 場所 System.Web.UI.Page.ProcessRequestWithNoAssert(HttpContext context)\r\n 場所 System.Web.UI.Page.ProcessRequest(HttpContext context)\r\n 場所 ASP.xxx_aspx.ProcessRequest(HttpContext context) 場所 c:\\Windows\\Microsoft.NET\\Framework\\v4.0.30319\\Temporary ASP.NET Files\\biz\\a795c813\\f186e684\\App_Web_fbznihp4.8.cs:行 0\r\n 場所 System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()\r\n 場所 System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)\n TargetSite:\n Void ThrowError(System.Exception, System.String, System.String, Boolean)\n InnerMessage:\n 無効な viewstate です。\r\n\t Client IP: ::1\r\n\tPort: 54234\r\n\t Referer: http://xxx Path: /yyy.aspx\r\n\t User-Agent: Mozilla/5.0 (Windows NT 6.1; WOW64) AppleWebKit/537.36 (KHTML, like Gecko) Chrome/57.0.2987.133 Safari/537.36\r\n\t ViewState: /wwwwwwwwwwwwwwwwwwwwwwwww...\n InnerStackTrace:\n \nInnerTargetSite:\n \n ******** |
うーん・・・。
プログラミングの無料レッスン体験
約8,000名の受講生と80社以上の導入実績のあるプログラミングやWebデザインのオンラインマンツーマンレッスンCodecamp
<Codecampの特徴>
1 現役エンジニアによる指導
2オンラインでのマンツーマン形式の講義
3大手企業にも導入されている実践的なカリキュラム
↓無料体験レッスン実施中です。
コメント