devveloper adlı üyeden alıntı: mesajı görüntüle
string url = HttpContext.Current.Request.Url.AbsoluteUri;
// http://localhost:1302/TESTERS/Default6.aspx

string path = HttpContext.Current.Request.Url.AbsolutePath;
// /TESTERS/Default6.aspx

string host = HttpContext.Current.Request.Url.Host;
// localhost
bunu deneyebilir misin...
İlginiz için teşekkür ederim maalesef olmadı bu web(ASP.NET) için geçerli sanırım.