Silverlight 或 ClientBin 问题?

发布于 2024-10-31 06:41:22 字数 441 浏览 0 评论 0原文

我这里有一个荒谬的问题。我得到了 IIS 7.0,在 clientBin 中有一个 silverlight 文件。

如果我将 .xap 更新到最新,我的 silverlight 文件不会更新。也许是某个地方的缓存,所以我删除了asp net临时文件,删除了浏览器缓存,还删除了IIS文件夹中的.xap文件,当我尝试再次下载.xap时,浏览器给出了我的 silverlight 文件即使被删除也是如此。

这个文件从哪里来?我对客户端 bin 文件夹中的图像尝试同样的操作,但遇到了同样奇怪的问题。

我需要清除什么才能刷新 ClientBin 文件夹。

我还尝试重新启动 IIS,iisreset,停止应用程序和网站,尝试强制 IIS 立即过期缓存,但这些都没有成功。

有人可以帮助我吗?

I have a ridiculous problem here. I got IIS 7.0, with a silverlight files in clientBin.

If I put my .xap up to date, my silverlight file are not update. Maybe a cache somewhere, so I deleted asp net temporary, I delete my browser cache, I also delete the .xap file in the IIS folder, and when I try to download the .xap again the browser gives me the silverlight file also even if it is deleted.

From where this file coming from? I try the same thing with a image in the client bin folder and I get the same bizarre problem.

What do I need to clear to refresh the ClientBin folder.?

I also try to reboot IIS, iisreset, stop the application and web site, try to force IIS to expired cache immediately, no luck with any of this.

Could somebody help me ?

如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。

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

发布评论

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

评论(1

过潦 2024-11-07 06:41:22

最好的方法是使用查询字符串加载 xap 文件。这将强制浏览器获取最新版本

<param name="source" value="/ClientBin/MySilverlightApp.xap?v=12345" />

The best way is to load your xap file with a querystring. This will force the browser to get the latest version

<param name="source" value="/ClientBin/MySilverlightApp.xap?v=12345" />
~没有更多了~
我们使用 Cookies 和其他技术来定制您的体验包括您的登录状态等。通过阅读我们的 隐私政策 了解更多相关信息。 单击 接受 或继续使用网站,即表示您同意使用 Cookies 和您的相关数据。
原文