First time/long time.
This question is for people who have installed CKFinder on Windows. As you know, it comes with it's own web.config, app_code, and bin.
We have a large Web application (.NET based). We have added CKEditor but now we want to add CKFinder. We downloaded CKFinder and installed it and it is appearing in the image icon. But it is conflicting with the web.config file in the root and throwing thiserror.
"The code subdirectory '/ckfinder/App_Code/WidgetFolder/' does not exist."
I have set CKFinder up to run as an Application per the instructions. It sounds like it should run as it's own beast. We really do not want to move all the DLLs in to our bin (as many are duplicates) and we also do not want to modify the web.config file in the root unless we have to.
So how do we get CKFinder to run by itself without interfering with the web.config file in the rootnor the DLLs in the bin? In other words, how do we make it it's own stand-alone application within the Website?