Hi,
I have a silverlight application already set to be OOB and need it to open after a click of a button in an asp.net page.
I'm trying to redirect like this:
Response.Redirect("~/MCScanTestPage.aspx");
But it always opens in-browser. How can I make it to open out-of-browser? Is it possible?
Thanks in advance.
Go to the complete details ...