N
Nathan
I need to take a path "~/" and get a http://localhost:port/rootappfolder/
url out of it.
Currently I'm using:
Request.Url.Scheme + "://" + Request.Url.Host + this.ResolveUrl("~/");
//this is run from the context of a user control.
Is this the best way to do this by rebuilding the url from the client
request?
ideas?
Thanks in advance,
Nathan
url out of it.
Currently I'm using:
Request.Url.Scheme + "://" + Request.Url.Host + this.ResolveUrl("~/");
//this is run from the context of a user control.
Is this the best way to do this by rebuilding the url from the client
request?
ideas?
Thanks in advance,
Nathan