silverlight 2 中的最后一步
我一直在开发多个 silverlight 应用程序,但到目前为止,它们仅在我从 Visual Studio 测试它们时才在我的系统中运行。 现在我正准备推出它,但我不知道完成它的步骤。
I have been working on multiple silverlight applications, but up to this point they have only been running in my system when I test them from Visual Studio. Now that I am getting ready to push it out I cannot figure out the steps to accomplishing it.
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
查看这两个链接:
http://blogs.msdn.com/tims/archive/2008/03/18/configuring-a-web-server-to-host-silverlight-content.aspx
http://learn.iis.net/page.aspx/262/silverlight/< /a>
基本上,您需要确保您的 Web 主机可以运行 silverlight,然后部署 XAP 文件(在您的 ClientBin 文件夹中) 在
要引用 silverlight 控件的页面上,复制示例 silverlight 对象容器和 javascript 引用 (silverlight .js)然后只需确认 xap 文件的路径是否正确。
Check out these two links:
http://blogs.msdn.com/tims/archive/2008/03/18/configuring-a-web-server-to-host-silverlight-content.aspx
http://learn.iis.net/page.aspx/262/silverlight/
Basically you need to make sure your web host can run silverlight, then you deploy the XAP file (in your ClientBin folder)
On the page you want to reference the silverlight control, copy the sample silverlight object container and javascript references (silverlight.js) then just confirm the path to the xap file is correct.