Hello,

Can you advise me on how is best to handle using ~ in Url properties?


I notice that some Url properties in the Coolite source also have an UrlProxy which is actually used, and makes use of ResolveUrl allowing the use of ~/.


I am wanting to do the same with HttpProxy for Stores but cannot get it to work. I can't specify "/myurl" because the website may be in a Virtual Directory and I don't want to use "myurl".


Thanks,
Richard


Edit: I should say i'm using an MVC app and so could use <% Html.ActionLink() %> to insert my links but im not quite sure how i should do this.