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

编程学习 2021-07-04 22:40www.dzhlxh.cn编程入门
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.jb51.net
    <add key="FCKeditor:BasePath" value="~/fckeditor/"/>
3
    <add key="FCKeditor:UserFilesPath" value="/Files/" />
4
</appSettings>
3、当网站发布到IIs中后,需要将上传的图片重新传一遍,否则网页上看不到图片
     网站结构为:网站名/其它文件及文件夹
                                    /Files
                                    /Default.aspx
                                    /web.config

Copyright © 2016-2025 www.dzhlxh.cn 金源码 版权所有 Power by

网站模板下载|网络推广|微博营销|seo优化|视频营销|网络营销|微信营销|网站建设|织梦模板|小程序模板