Can anyone tell me if ActiveX controls can be programmed to run
"at Server" rather than being downloaded to a client machine in CAB files?
Thank you!
Printable View
Can anyone tell me if ActiveX controls can be programmed to run
"at Server" rather than being downloaded to a client machine in CAB files?
Thank you!
Um... who would be there to interact with them?
Since server side code is meant to be unattended operation, the activeX control would not be able to have an interface.
You can instantiate an in process ActiveX dll on the server side.