I download ckfinder_aspnet_1.2.3.
I use VS 2005,IIS 5.5, WinXP SP2, IE7
I add File FredCK.FCKeditorV2.dll to folder bin in project to Buid this Website project.
I can Buid success this project
After i read document on this site I configure file config.aspx as:
public override bool CheckAuthentication()
{
return true;
}
public override void SetConfig()
{
LicenseName = "";
LicenseKey = "";
BaseUrl = "userfiles/";
BaseDir = "";
.......
}
Why I only view page ckfinder.html with left panel "FOLDER" empty (not list file and folder) and right panel message "This is the demo version of CKFinder. Click here to visit our web site."
Please tell me how to configure it in this case.
May be configuration information for this website only inside file config.aspx? so should we care only this file?
Sun, 06/22/2008 - 21:29
#1
Re: Step by Step configure ckfinder
FredCK.FCKeditorV2.dll is used by FCKeditor (FCKeditor.Net): http://docs.fckeditor.net/FCKeditor_2.x ... on/ASP.NET
To use CKFinder, you must create a reference to CKFinder.dll (it's in the "ckfinder/bin" directory) in your project. You have two options to do that:
- Manually copy the CKFinder.dll file to the "bin" directory of your web site.
- Right-click "References" in your Visual Studio.NET project in the "Solution Explorer". Use "Browse" to select the CKFinder.dll file from the directory you have saved it in.
Here are short installation instructions for CKFinder: http://docs.fckeditor.net/CKFinder/Deve ... stallation
config.aspx is the only file that you have to modify, but you should also remember about setting correct permissions to the userfiles folder.
If you're still having problems, try opening Firebug in Firefox and take a look at executed Ajax calls.
Wiktor Walc
CTO, CKSource - http://cksource.com
--
Follow CKEditor on: Twitter | Facebook | Google+