1:文件夹拷进项目中
2:在工具箱中添加选项卡,(选择项>选择工具箱项>bin下的FredCK.FCKeditorV2.dll)
3:在 Web.config中的<appSettings>下添加
<add key="FCKeditor:BasePath" value="/fckeditor/"/>
<add key="FCKeditor:UserFilesPath" value="/Files/"/>
注视(第一行中value的值是文件夹放的路径,第二行中的value是上传图片放的路径,项目中不用自己建,它会自动生成)
4:在fckeditor/editor/filemanager/connectors/aspx/connector.aspx和upload.aspx中各添加:
<head id="Head1" runat="server"><title></title></head>