您好,欢迎来到科传财经网。
搜索
您的当前位置:首页Asp.Net FckEditor在web.config中配置的具体实例

Asp.Net FckEditor在web.config中配置的具体实例

来源:科传财经网


1、开发网站过程中fck配置:
1
<appSettings>
2
    <add key="FCKeditor:BasePath" value="~/fckeditor/"/>
3
    <add key="FCKeditor:UserFilesPath" value="/[网站名,如:OsChina]/Files/"/>
4
</appSettings>
2、发布网站时修改fck配置:
1
<appSettings>
2       www.gxlcms.com
    <add key="FCKeditor:BasePath" value="~/fckeditor/"/>
3
    <add key="FCKeditor:UserFilesPath" value="/Files/" />
4
</appSettings>
3、当网站发布到IIs中后,需要将上传的图片重新传一遍,否则网页上看不到图片
     网站结构为:网站名/其它文件及文件夹
                                    /Files
                                    /Default.aspx
                                    /web.config

Copyright © 2019- keclean.com.cn 版权所有

违法及侵权请联系:TEL:199 18 7713 E-MAIL:2724546146@qq.com

本站由北京市万商天勤律师事务所王兴未律师提供法律服务