Invalidate an ActiveX version

  • Thread starter Thread starter Crirus
  • Start date Start date
C

Crirus

Hi
I need to invalidate a ActiveX build version to warn IE that have it
embedded to reload from server not chached one

Crirus
 
I need to invalidate a ActiveX build version to warn IE that have it
embedded to reload from server not chached one

I'm no .asp expert, but in the <OBJECT> tag on the web page, there is an
attribute that specifies the version of the control (e. g. 1,0,0,0). I
think if you just build the new version with a different version number
(say 1,1,0,0) and update the <OBJECT> tag to request that version, it
should automatically try to download the new component. Of course, the
older one will still be on the machine, just not used.

Does this help? Try the inetserver.iis group for additional information.
 
Right now I use the name to signal an update, each new dll is downloaded
aside the old ones...I whould like to override theold one..
 
Back
Top