【发布时间】:2018-12-17 11:35:40
【问题描述】:
我在我的日志中看到以下异常的一些条目,但不知道它发生的原因或位置:
Failed to Execute URL.
at System.Web.Hosting.ISAPIWorkerRequestInProcForIIS6.BeginExecuteUrl(String url, String method, String childHeaders, Boolean sendHeaders, Boolean addUserIndo, IntPtr token, String name, String authType, Byte[] entity, AsyncCallback cb, Object state)
at System.Web.HttpResponse.BeginExecuteUrlForEntireResponse(String pathOverride, NameValueCollection requestHeaders, AsyncCallback cb, Object state)
at System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state)
at System.Web.HttpApplication.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute()
at System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously)
以前有没有人遇到过这种情况或者可以对此有所了解?我在 IIS7 上运行 .net 3.5 c# Web 应用程序。
【问题讨论】:
-
如果没有更多信息,真的很难猜出为什么会出现此异常。也许这篇博文对你有帮助:geekswithblogs.net/JoostPloegmakers/archive/2006/03/08/…
-
你有什么运气吗?