silverlight 2 中的最后一步

发布于 2024-07-17 10:23:13 字数 100 浏览 6 评论 0原文

我一直在开发多个 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 技术交流群。

扫码二维码加入Web技术交流群

发布评论

需要 登录 才能够评论, 你可以免费 注册 一个本站的账号。

评论(1

对岸观火 2024-07-24 10:23:13

查看这两个链接:

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.

~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文