How can I run COM object from remote server ?
Options
- like we run local objects
- pass the IP of the remote machine as first parameter to the COM constructor.
- pass the IP of the remote machine as second parameter to the COM constructor.
- Both a and c
CORRECT ANSWER : Both a and c
Write your comments