I want to write a little helper method which returns the base URL of the site. This is what I came up with:
public static string GetSiteUrl() { string ur
I go with
HttpContext.Current.Request.ServerVariables["HTTP_HOST"]