12 2013 档案

摘要:http://weblogs.asp.net/chrisri/archive/2007/02/02/demystifying-sys-is-undefined.aspx 阅读全文
posted @ 2013-12-28 14:05 北京袋鼠 阅读(389) 评论(1) 推荐(0) 编辑
摘要:Server.MapPath() ./当前目录/网站主目录../上层目录~/网站虚拟目录如果当前的网站目录为E:\wwwroot应用程序虚拟目录为E:\wwwroot\company浏览的页面路径为E:\wwwroot\company\news\show.asp在show.asp页面中使用Server.MapPath("./")返回路径为:E:\wwwroot\company\newsServer.MapPath("/")返回路径为:E:\wwwrootServer.MapPath("../")返回路径为:E:\wwwroot\com 阅读全文
posted @ 2013-12-28 12:55 北京袋鼠 阅读(167) 评论(0) 推荐(0) 编辑