Tuesday, July 12, 2011

To get urls of the ASP.Net page that will be hosted on a couple of different servers:

Response.Redirect(Request.Url.GetLeftPart(UriPartial.Authority) + Request.ApplicationPath);