2013年6月27日 星期四

【ASP.NET】 Server.MapPath 路徑意思!

1、Server.MapPath("/") 應用程序根目錄所在的位置 
                                            如 C:\Inetpub\wwwroot\

2、Server.MapPath("./") 表示所在頁面的目錄
                                      注:等於Server.MapPath("") 返回 Server.MapPath("") 所在頁面的物理文件路徑

3、Server.MapPath("../")表示上一層目錄

4、Server.MapPath("~/") 表示當前應用程序的目錄,如果是根目錄,就是根目錄,如果是虚擬目錄,就是虚擬目錄所在的位置 
                                               如 C:\Inetpub\wwwroot\Example\

引用網頁內容:http://blog.xuite.net/sunnysoap/r/16996207-ASP.NET%E4%B8%ADServer.MapPath()+%E5%92%8C+Request.MapPath()%E4%BD%BF%E7%94%A8%E5%8D%80%E5%88%AB

出處 網頁 主旨:【R紀錄】

沒有留言:

張貼留言