虚拟路径
Server.MapPath("~/") 取得的就是虚拟路径
取绝对路径
string absolutelyPath =AppDomain.CurrentDomain.BaseDirectory;
取物理路径和应用程序路径
System.Web.HttpContext.Current.Request.ApplicationPath