I have created a RemoteApp with IE9 with an argument for a specific website.
Now I want to deeplink to this specific website. Users are automatically authenticated, with certificates and so on.
Users will recieve an email with a deeplink to RDWeb, something like rdweb\pages\nl-NL\Default.aspx?link=<deeplink>
My guess was to write (<% Response.Write(Page.Request.QueryString["link"]); %>)this link into the goRDP javascript function in RDWeb.
Is this possible? Where can I find the javascript function?