How can I use Server.MapPath() from global.asax?_.NET_编程开发_程序员俱乐部

中国优秀的程序员网站程序员频道CXYCLUB技术地图
热搜:
更多>>
 
您所在的位置: 程序员俱乐部 > 编程开发 > .NET > How can I use Server.MapPath() from global.asax?

How can I use Server.MapPath() from global.asax?

 2013/12/3 18:26:25  ?Geovin Du Dream Park?  博客园  我要评论(0)
  • 摘要:引用:usingSystem.Web.Hosting;stringfilePathcsv="";stringfile="";stringstrFile="LukfookGeovindu";strFile=strFile+DateTime.Now.ToString("yyyyMMddhhmmss");strFile=strFile+".csv";//file=strFile;teresaliu@lukfook.com.hk//file=HttpContext.Current.Server
  • 标签:Server can Map APP

引用:

class="brush:csharp;gutter:true;">using System.Web.Hosting;

 

            string filePathcsv = "";
            string file = "";
            string strFile = "LukfookGeovindu";
            strFile = strFile + DateTime.Now.ToString("yyyyMMddhhmmss");
            strFile = strFile + ".csv";
            //file = strFile;  teresaliu@lukfook.com.hk
            //file = HttpContext.Current.Server.MapPath("/ReportExcel/" + strFile); //此用法存在問題
            // Server.MapPath("/ReportExcel/" + strFile);//存在問題
            file = HostingEnvironment.MapPath("/ReportExcel/" + strFile);

 

发表评论
用户名: 匿名