私は のLinkButton
中に を持っていますasp:Panel
。確認ボタンをクリックすると、IE10 コンソールに次のように表示されます。
SCRIPT7002: XMLHttpRequest: Network Error 0x80700013, Could not complete the operation due to error 80700013.
と
SCRIPT5022: Sys.WebForms.PageRequestManagerServerErrorException: An unknown error occurred while processing the request on the server. The status code returned from the server was: 0
イベント ビューアを見ると、次のように表示されます。
Exception information:
Exception type: ArgumentNullException
Exception message: Value cannot be null.
Parameter name: exception
at System.Web.UI.AsyncPostBackErrorEventArgs..ctor(Exception exception)
at System.Web.UI.PageRequestManager.OnPageError(Object sender, EventArgs e)
at System.EventHandler.Invoke(Object sender, EventArgs e)
at System.Web.UI.Page.HandleError(Exception e)
at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
at System.Web.UI.Page.ProcessRequest()
at System.Web.UI.Page.ProcessRequest(HttpContext context)
at ASP.general_resetpassword_aspx.ProcessRequest(HttpContext context)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
これは IE10 でのみ発生します。IE9、IE8、Chrome、および Firefox ではこれが機能し、アプリケーションのフローを続行するようにリダイレクトされます。私はasp.net 4.0、IIS7.5、およびWindowsサーバー2008 r2を使用しています。
すでにインストール済みKB2600088
なので、これは問題ではありません。これを前に見た人はいますか?