In an earlier post I asked about how to create short form for my silverlight application I host on line. But this solution don’t help me.
The problem is that I have my few project in solution in other folders. And in folder with my aspx file which host SL app I have ClientBin folder with xap file. And when I copy this aspx file to root directory SL blank page was invoke.
When I copy ClientBin folder to root it’s the same :/
Any idea to “hack” file on hosting to invoke my SL application with short link ? (now I my write root page[netmajor.home.pl] folder where I have aspx file [SecretaryNavApp] and aspx file[SecretaryNavApp.aspx] so link is very long :/)
Just create a redirect page called sl.html (for example) like this in your root:
And when you enter
netmajor.home.pl/sl.htmlinto your web browser you’ll be redirected to your aspx test page.