简体   繁体   中英

Can a Silverlight OOB App still be run from a Web Site

Hi everybody at stackoverflow, I've created a small application which is designed and written in Silverlight 5 (vb). I chose to use the out of browser settings (oob)for the application because I did not want to use a whole page just for a small calculator application. My question is: can I still attach and run the oob application from a website online without a user ever having to download it to be able to use it? What is the procedure for deployment to a server? I'm assuming that once deployed to the server a link from the web page would enable running of the application? I'm a complete novice in this area so any advice would be much appreciated. Kind regards Will.

Yes, of course. OOB mode only adds some security permissions (and can be installed as desktop app), but it still will be downloaded from web source.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM