下载 FCKeditor2.3.2.rar 和FCKeditor.Net_2.2.zip
建立虚拟目录或时网站FCKeditorTest(这里我建立的时虚拟目录)指向路径 D:/FCKeditorTest
1、在D:/FCKeditorTest下建立bin文件夹
2、把FCKeditor.Net_2.2.zip中的bin下的FredCK.FCKeditorV2.dll解压到D:/FCKeditorTest/bin下
3、把FCKeditor2.3.2.rar 中的FCKeditor解压到D:/FCKeditorTest下,
修改fckconfig.js文件50行为
FCKConfig.DefaultLanguage = 'zh-cn' ;//支持中文于洋
修改fckconfig.js文件的143、144行为
var _FileBrowserLanguage = 'aspx' ; // asp | aspx | cfm | lasso | perl | php | py
var _QuickUploadLanguage = 'aspx' ; // asp | aspx | cfm | lasso | php
4、在D:/FCKeditorTest下建立Test.aspx、Test.aspx.cs、web.config
5、运行http://localhost/FCKeditorTest/Test.aspx就可以看到效果了
Test.aspx文件内容












Test.aspx.cs文件内容



































