摘要: 在page是可以用Server.MapPath("test.xml")得到指定文件的路徑,但是在module中用這個是不允許的,不知道有沒其它方法得到指定文件的路徑在module加个属性app_path,在global.asax后台代码的Application_Start里写app_path = HttpContext.Current.Request.ApplicationPath.Replace... 阅读全文
posted @ 2006-08-25 09:45 Nina 阅读(358) 评论(0) 推荐(0)