如何从实用程序文件中获取对Server.MapPath的引用?

时间:2012-01-31 04:24:11

标签: asp.net

我需要对Server.MapPath的引用,因为我正在使用需要它的api。

即使有直接的.net解压缩文件的方式,我仍然想知道我做错了什么。

enter image description here

1 个答案:

答案 0 :(得分:0)

服务器是http调用的一部分

HttpContext.Current.Server.MapPath()

如果你没有活着的Http Context,你就不能拥有服务器。

MapPath的另一种方法是使用HttpRuntime.AppDomainAppPath并添加目录文件的其余部分