通过本文主要向大家介绍了web程序设计asp.net,简述asp.net的web窗体,vs2010 asp.net web,精通asp.net web api,asp.net等相关知识,希望对您有所帮助,也希望大家支持linkedu.com www.linkedu.com
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.weikejianghu.com
<add key="FCKeditor:BasePath" value="~/fckeditor/"/>
3
<add key="FCKeditor:UserFilesPath" value="/Files/" />
4
</appSettings>
3、当网站发布到IIs中后,需要将上传的图片重新传一遍,否则网页上看不到图片
网站结构为:网站名/其它文件及文件夹
/Files
/Default.aspx
/web.config </div>
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.weikejianghu.com
<add key="FCKeditor:BasePath" value="~/fckeditor/"/>
3
<add key="FCKeditor:UserFilesPath" value="/Files/" />
4
</appSettings>
3、当网站发布到IIs中后,需要将上传的图片重新传一遍,否则网页上看不到图片
网站结构为:网站名/其它文件及文件夹
/Files
/Default.aspx
/web.config </div>