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..
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top