开发者

Visual studio silverlight

Is it possible to host a silverlight 4 application with ii开发者_如何学JAVAs 5 because i am using windows xp. or are there other ways to host silverlight application without iis


When you use Visual Studio 2010, you get a Development Server, cassini. That is more than enough to host Silverlight and you should be good. You just need to use FileSystem while you are creating the project.

It can also be hosted on your IIS Server if you wish to. Basically, your Silverlight Application as such would end up being a XAP file which is nothing more than a ZIP file with a proper manifest in it which says what to download. Silverlight Plugin that is in your web page takes care of the rest.


Any web server that can, ahem..., serve .xap files can host a Silverlight application, it could even be an Apache server on Linux :-)

0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜