本文介绍了MVC CkFinder“System.Web.HttpException:无法执行URL”错误的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我在CkEditor图像搜索中使用CkFinder并在我的ASP.NET MVC 5项目中上传。在我的本地IIS没有任何问题,但在远程服务器中有
I'm using CkFinder in CkEditor image search and upload in my ASP.NET MVC 5 project. In my local IIS does not any problem but in the remote server has
System.Web.HttpException: Failed to Execute URL
错误。 br />
错误详情如下:
描述:
error when I browse images with CkFinder in CkEditor.
Error details as follows:
Description:
An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.
异常详情:
Exception Details:
System.Web.HttpException: Failed to Execute URL.
源错误:
Source Error:
An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.
堆栈跟踪:
Stack Trace:
[HttpException (0x80004005): Failed to Execute URL.]
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) +2582829
System.Web.HttpResponse.BeginExecuteUrlForEntireResponse(String pathOverride, NameValueCollection requestHeaders, AsyncCallback cb, Object state) +412
System.Web.DefaultHttpHandler.BeginProcessRequest(HttpContext context, AsyncCallback callback, Object state) +192
System.Web.CallHandlerExecutionStep.System.Web.HttpApplication.IExecutionStep.Execute() +301
System.Web.HttpApplication.ExecuteStep(IExecutionStep step, Boolean& completedSynchronously) +155
如果仔细观察:
1 - 我点击CkEditor中的图像添加按钮。
2 - 接下来我点击浏览到服务器
3 - 目前正在致电 CkFinder6 / config.ascx文件和获取错误。
推荐答案
这篇关于MVC CkFinder“System.Web.HttpException:无法执行URL”错误的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!