IE downloads and installs the CAB popup dialog on every page refresh

I have a signed cockpit in an aspx page. I see the following inconsistent behavior. Any ideas would be much appreciated.

  • On some machines, the cockpit is loaded and installed on every page refresh.
  • On some of these machines, the IE "install cab" dialog appears on every page refresh, while on others it only appears once.

Additional Information:

  • CAB contains .NET DLL
  • The CAB is a bit large (around 30MB), so repetitive loading behavior is a pain.

The target browsers are IE6 and IE7 and the behavior is common to both!

0


source to share


2 answers


Check the zone settings for different users. We had the same problems and fixed by adding the site to the trusted zone .



0


source


Can you elaborate on what exactly the CAB contains and how you are referencing it? This is the behavior you see if you try to install a DLL that contains an ActiveX control and the ActiveX control is not registered properly.



0


source







All Articles