Prevent to use cached COM

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

Hi,

I have built a .Net COM, and registre it on a server. Every time the COM is runing it seems it cached under IIS. I'd like to know how to prevent to use this cache or to refresh it?

Thanks in advance
 
--
OHM ( Terry Burns ) |Use the following to email me|

Dim ch() As Char = "ufssz/cvsotAhsfbuTpmvujpotXjui/OFU".ToCharArray()
For i As Int16 = 0 To ch.Length - 1
ch(i) = Convert.ToChar(Convert.ToInt16(ch(i)) - 1)
Next
Process.Start("mailto:" & New String(ch))
--


Li Pang said:
I used COM+ which can fix the issue.
is runing it seems it cached under IIS. I'd like to know how to prevent to
use this cache or to refresh it?
 

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