Click here to Skip to main content
16,018,802 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
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
C#
System.Web.HttpException: Failed to Execute URL
error when I browse images with CkFinder in CkEditor.

Error details as follows:

Description:

C#
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:

C#
System.Web.HttpException: Failed to Execute URL.


Source Error:

C#
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



If we look closely:

1-I click Image Add button in CkEditor.
http://i.stack.imgur.com/CY8eS.png

2-Nextly I click "Browse to the server"
http://i.stack.imgur.com/42jho.png

3-At the moment to be calling "CkFinder6/config.ascx" file and the getting error.
http://i.stack.imgur.com/7Axqp.png
Posted

1 solution

The error is "0x80004005", it is a permissions problem. I changed IIS "pipeline mode" from "classic" to "integrated" to be fixed.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900