【急】C# 配置FCKeditor报路径错误、路径在哪配置,应该配置什么?

解决方案 »

  1.   

    配置WebConfig,在<appSettings>节点添加,如下:
    <appSettings> 
         <add key="FCKeditor:BasePath" value="/项目名称/fckeditor/"/> 
         <add key="FCKeditor:UserFilesPath" value="/项目名称/userfiles/" /> 
    </appSettings> 
    BasePath是fckeditor所在路径,fckeditor由于我们直接放网站目录下这样写就可以,如果您的网站多放几层适当调整即可。UserFilesPath是所有上传的文件的所在目录。
      

  2.   

    fckconfig.js
    fckeditor.aspx
    fckconfig.aspx
    editor\filemanager\connectors\aspx\config.aspx