方法一:
string sPath = System.IO.Path.GetDirectoryName(Page.Request.PhysicalPath)
方法二:
string sPath = System.Web.HttpContext.Current.Request.MapPath("/")
方法三: string sPath = Page.Server.MapPath("/");
我推薦使用第二種
先來看看安裝失敗的截圖原因分析因為vs10先安裝了sp1補丁
1,在web站點中新建兩個resources文件如下&nbs
復制代碼 代碼如下:using System; using
一直想實現onmouseover和onmouseout應用於
直入主題:打開visual studio 2010程序開發軟
之前關於Visual Studio調試技巧的文章引起了大家很