J
jonathan.beckett
Hi all,
I am wondering if anybody has ever solved the problem with the Assembly
Download Cache not really caching things?
Here's what's happening...
I have a winforms based usercontrol that I am displaying in IE6. When
IE is launched, it fetches the new version of the usercontrol from the
web server, and it appears in the download cache. The user control
assembly IS version numbered, and IS signed with a strong name.
Internet Explorer seems to either re-build or fetch the user control
every time it displays it - which is making the entire web application
perform very slowly, as you can imagine.
Has anybody discovered how to *force* IE to use the assemblies in the
cache, and to use the "built" versions of them (or to just make the
cache work properly) ?
Jonathan
I am wondering if anybody has ever solved the problem with the Assembly
Download Cache not really caching things?
Here's what's happening...
I have a winforms based usercontrol that I am displaying in IE6. When
IE is launched, it fetches the new version of the usercontrol from the
web server, and it appears in the download cache. The user control
assembly IS version numbered, and IS signed with a strong name.
Internet Explorer seems to either re-build or fetch the user control
every time it displays it - which is making the entire web application
perform very slowly, as you can imagine.
Has anybody discovered how to *force* IE to use the assemblies in the
cache, and to use the "built" versions of them (or to just make the
cache work properly) ?
Jonathan