HttpContext.Current.Server.MapPath
或
HttpServerUtility su = HttpContext.Current.Server;
su.MapPath( "xxx ");
HttpContext.Current.Server.MapPath
或
HttpServerUtility su = HttpContext.Current.Server;
su.MapPath( "xxx ");
转载于:https://www.cnblogs.com/walkerwang/archive/2010/06/08/1754298.html