简体   繁体   English

视觉工作室silverlight

[英]Visual studio silverlight

Is it possible to host a silverlight 4 application with iis 5 because i am using windows xp. 是否可以使用iis 5托管silverlight 4应用程序,因为我使用的是Windows XP。 or are there other ways to host silverlight application without iis 或者有没有其他方法来主持没有iis的silverlight应用程序

When you use Visual Studio 2010, you get a Development Server, cassini. 使用Visual Studio 2010时,您将获得一个开发服务器cassini。 That is more than enough to host Silverlight and you should be good. 这足以容纳Silverlight,你应该很好。 You just need to use FileSystem while you are creating the project. 您只需在创建项目时使用FileSystem。

It can also be hosted on your IIS Server if you wish to. 如果您愿意,它也可以托管在您的IIS服务器上。 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应用程序本身最终会成为一个XAP文件,它只不过是一个ZIP文件,其中包含适当的清单,说明要下载的内容。 Silverlight Plugin that is in your web page takes care of the rest. 您网页中的Silverlight插件负责其余部分。

任何可以服务.xap文件的Web服务器都可以托管Silverlight应用程序,它甚至可以是Linux上的Apache服务器:-)

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

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