IE downloads and installs CAB dialog popup upon every page refresh - Stack Overflow most recent 30 from stackoverflow.com2009-12-16T01:57:19Zhttp://stackoverflow.com/feeds/question/428742http://www.creativecommons.org/licenses/by-nc/2.5/rdfhttp://stackoverflow.com/questions/428742/ie-downloads-and-installs-cab-dialog-popup-upon-every-page-refresh0IE downloads and installs CAB dialog popup upon every page refresh2009-01-09T16:25:32Z2009-07-14T15:17:07Z
<p>I have a signed cab on an aspx page. I am seeing the following inconsistent behavior. Any insights would be highly appreciated.</p>
<ol>
<li>On some machines, the cab is downloaded and installed on every page refresh.</li>
<li>On few of those machines, the IE "install cab" dialog pops up on every page refresh, while on the others it pops up only once. </li>
</ol>
<p>Additional info:</p>
<ol>
<li>The CAB contains a .NET DLL</li>
<li>The CAB is slightly large (around 30 MB), hence recurring download behavior is a pain</li>
</ol>
<p>Target browsers are IE6 and IE7, and the behavior is common to both!</p>
http://stackoverflow.com/questions/428742/ie-downloads-and-installs-cab-dialog-popup-upon-every-page-refresh/995829#9958290Answer by C. Ross for IE downloads and installs CAB dialog popup upon every page refreshC. Ross2009-06-15T12:26:13Z2009-06-15T12:26:13Z<p>Check your zone settings for the various users. We had the same trouble and fixed it by adding the site to the <a href="http://support.microsoft.com/kb/174360" rel="nofollow">trusted zone</a>.</p>
http://stackoverflow.com/questions/428742/ie-downloads-and-installs-cab-dialog-popup-upon-every-page-refresh/1126097#11260970Answer by EricLaw -MSFT- for IE downloads and installs CAB dialog popup upon every page refreshEricLaw -MSFT-2009-07-14T15:17:07Z2009-07-14T15:17:07Z<p>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.</p>