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