Thread: C# основной форум/Absolute URL

Absolute URL
Source
string absoluteRoot = HttpContext.Current.Request.Url.Scheme + "://" + HttpContext.Current.Request.Url.Host;



Absolute physical path

String rootPath = Server.MapPath("~");

ASP.NET Web Site Paths