亚洲乱码中文字幕综合,中国熟女仑乱hd,亚洲精品乱拍国产一区二区三区,一本大道卡一卡二卡三乱码全集资源,又粗又黄又硬又爽的免费视频

Asp.Net FckEditor在web.config中配置的具體實例

 更新時間:2013年06月11日 23:15:55   作者:  
Asp.Net FckEditor在web.config中配置的具體實例,需要的朋友可以參考一下
1、開發(fā)網(wǎng)站過程中fck配置:
1
<appSettings>
2
    <add key="FCKeditor:BasePath" value="~/fckeditor/"/>
3
    <add key="FCKeditor:UserFilesPath" value="/[網(wǎng)站名,如:OsChina]/Files/"/>
4
</appSettings>
2、發(fā)布網(wǎng)站時修改fck配置:
1
<appSettings>
2       chabaoo.cn
    <add key="FCKeditor:BasePath" value="~/fckeditor/"/>
3
    <add key="FCKeditor:UserFilesPath" value="/Files/" />
4
</appSettings>
3、當網(wǎng)站發(fā)布到IIs中后,需要將上傳的圖片重新傳一遍,否則網(wǎng)頁上看不到圖片
     網(wǎng)站結構為:網(wǎng)站名/其它文件及文件夾
                                    /Files
                                    /Default.aspx
                                    /web.config

相關文章

最新評論