I installed CKFinder for ASP .NET on my server. But client changed the requirements so I had remove the old CKfinder and install CKFinder for ASP. But now I can't start CKfinder. It still looking for "\ckfinder\core\connector\aspx\connector.aspx" instead of "\ckfinder\core\connector\asp\connector.asp".
Please let me know how to completely remove the old CKFinder?
- Anil
Please let me know how to completely remove the old CKFinder?
- Anil
Re: Can't Install CKFinder
That's usually the main reason of not seeing changes in a web page.
Besides that, delete the contents of \ckfinder download the asp version and extract it there.
Use the config.asp to set up the correct paths and anything else that you need.
And that should be enough.
Re: Can't Install CKFinder
The values that I set in session variables in my ASP pages are not accessed by config.asp file?
I am trying to set the list of directories which will not have access dynamically when site loads.
When try to use this session variable in config.asp it still shows all the directories.
Re: Can't Install CKFinder
Check this script: viewtopic.php?f=10&t=13604&start=0&hilit=helper
It will help you to see clearly the session variables available in ckfinder.
If you don't see any variable it might be due to having a different Application running for the main site and the CKFinder folder (for example because it was created as a virtual folder)
Re: Can't Install CKFinder
Re: Can't Install CKFinder
And trying to read session data in classic ASP that has been set in Asp.Net can be a little complex as MS didn't support that functionality (there's an article suggesting to use a database)