Since our library is not an ASP control that can be use directly into HTML, you cannot directly subscribe to its event.
It may be possible to create a Com+ object with the library, and use that object to get feed back when processes are finish, but I don’t think it would be like a true event.
e.g.:
dim objFromComPLus
set objFromComPLus = CreateObject(“srvComObject.clsTest”)
dim isFTPUpdated as boolean
isFTPUpdated = objFromComPLus.confirmFTPUpdate()
set objFromComPLus = nothing
where srvComObject is a COM+ object
We have not much ASP expertise here, so if any one wants to input more ideas, please feel free to do it!
Imported from legacy forums. Posted by André (had 4255 views)