Silverlight Hosting Requests

Can we host .xap in IIS? Can we have a SL application without ie html web project and aspx pages? If so, how will the Silverlight application be hosted and used?

+3
source share
2 answers

I don’t know why the vote is harsh, since it’s useful to know how to do raw Silverlight hosting, but you can place the XAP file almost anywhere. This is a Silverlight plugin that knows what to do with a file (just like a flash knows what to do with flash files located anywhere).

As an example, these blog entries (my blog) show how to host the Silverlight / XAP application for use in Wordpress: http://blog.hitechmagic.com/?s=silverlight+in+wordpress

At its most basic, you need a bit of Javascript to run the Silverlight engine in a browser that requires some basic HTML page, so you don’t know why you would like to just (supposedly) run XAP how to download? Perhaps you can clarify?

+3
source

You will need a browser (and therefore an HTML page) to host XAP using the SilverLight plugin.

However, you can enable the user to download and install your application by making it the SilverLight Out-of-Browser Application .

Silverlight -, .

+2

All Articles