IE downloads and installs CAB dialog popup upon every page refresh - Stack Overflow most recent 30 from stackoverflow.com 2009-12-16T01:57:19Z http://stackoverflow.com/feeds/question/428742 http://www.creativecommons.org/licenses/by-nc/2.5/rdf http://stackoverflow.com/questions/428742/ie-downloads-and-installs-cab-dialog-popup-upon-every-page-refresh 0 IE downloads and installs CAB dialog popup upon every page refresh 2009-01-09T16:25:32Z 2009-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#995829 0 Answer by C. Ross for IE downloads and installs CAB dialog popup upon every page refresh C. Ross 2009-06-15T12:26:13Z 2009-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#1126097 0 Answer by EricLaw -MSFT- for IE downloads and installs CAB dialog popup upon every page refresh EricLaw -MSFT- 2009-07-14T15:17:07Z 2009-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>