简体   繁体   English

Silverlight XAP文件托管问题

[英]Silverlight xap file hosting issue

I am using VSTS 2008 + .Net 3.5 + C# + Silverlight 3.0. 我正在使用VSTS 2008 + .Net 3.5 + C#+ Silverlight 3.0。 I am developing a Silverlight xap application. 我正在开发Silverlight xap应用程序。 And I want to allow 3rd party web sites to reference my xap file, for example, 3rd party web site could use an iframe to reference my xap application directly from my IIS 7.0 web server, and using such iframe to embed my xap application in their pages to make end user think my xap file is a part of their page (just like Google Ads is showed in some web pages). 而且我想允许第三方网站引用我的xap文件,例如,第三方网站可以使用iframe直接从IIS 7.0 Web服务器引用我的xap应用程序,并使用这样的iframe将xap应用程序嵌入到它们中使最终用户认为我的xap文件是其页面的一部分的页面(就像某些网页上显示了Google Ads一样)。

I want to track which 3rd party is referencing my xap Silverlight application for each request. 我想跟踪哪个第三方针对每个请求引用我的xap Silverlight应用程序。 Any solutions? 有什么办法吗?

加载时,您可以让XAP通过WebClient快速发布到您的站点。

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

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