I am using the ASP.NET version of CKFinder and yet when I try to run the standalone sample, I get the error below. It can't find connector.php because it doesn't exist. Where is this being referenced? I did a global search in my project and there aren't any occurrences of the path below.
Any ideas?
Server Error in '/' Application. The resource cannot be found. Description: HTTP 404. The resource you are looking for (or one of its dependencies) could have been removed, had its name changed, or is temporarily unavailable. Please review the following URL and make sure that it is spelled correctly. Requested URL: /ckfinder/core/connector/php/connector.php Version Information: Microsoft .NET Framework Version:2.0.50727.3623; ASP.NET Version:2.0.50727.3618
Re: Getting a PHP error and yet I'm using ASP.NET
Re: Getting a PHP error and yet I'm using ASP.NET
I resulted in starting a brand new application and re-implemented CKFinder. Whatever was causing that odd error, is no longer there.