URL of the Browser
System.Web.HttpContext.Current.Request.Url.ToString()
Physical path of the file
System.Web.HttpContext.Current.Server.MapPath("FileName").ToString();
System.Web.HttpContext.Current.Request.Url.ToString()
Physical path of the file
System.Web.HttpContext.Current.Server.MapPath("FileName").ToString();
Comments