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