0

我在 aspx 页面上有一个签名的出租车。我看到以下不一致的行为。任何见解将不胜感激。

  1. 在某些机器上,每次刷新页面时都会下载并安装 cab。
  2. 在其中一些机器上,每次刷新页面时都会弹出 IE“安装 cab”对话框,而在其他机器上只弹出一次。

附加信息:

  1. CAB 包含一个 .NET DLL
  2. CAB 稍大(大约 30 MB),因此重复下载行为很痛苦

目标浏览器是 IE6 和 IE7,行为是共同的!

4

2 回答 2

0

Can you elaborate on what exactly the CAB contains, and how you're referencing it? This is the behavior you'd see if you attempted to install a DLL that would contain an ActiveX control and the ActiveX control isn't registered properly.

于 2009-07-14T15:17:07.750 回答
0

检查不同用户的区域设置。我们遇到了同样的问题,并通过将站点添加到受信任区域来解决它。

于 2009-06-15T12:26:13.980 回答