I'm having a difficult time trying to figure out the connector path for the ASP.NET version of CKFinder v3.3 and am hoping someone could point me in the right direction.
If I upload the "ckfinder" directory directly to the root of my website without changing the ckfinderRoute
key in the "Web.config" file from its initial value of /connector
then everything works fine (using the samples to test), despite the fact that there is no "/ckfinder/connector" directory.
However, if I upload the files to a different subdirectory (e.g, "/path/to/ckf/"), changing the value of the ckfinderRoute
key to /path/to/ckf/connector
and editing the sample files to set the connectorPath
to be the same, I'm getting a 404 on that path when trying to load the sample files.
Downloading the PHP version for comparison as the documentation provides the name of the PHP connector file, I can find that file at "/ckfinder/core/connector/php/connector.php" but can find no corresponding path for the ASP.NET version.
Note: Up until now, I have been working with the ASP version of CKFinder but, as that is no longer being maintained, I'm upgrading to ASP.NET however my knowledge of .NET is extremely limited.