Link to home
Start Free TrialLog in
Avatar of qazwsxedc
qazwsxedc

asked on

AxtiveX ExE

assume that i would like to make a activex EXE as a business object reside in remote server, how can i move my activeX EXE to remote server ? is it must store in system/system32 directory on remote server. then how to config the client machine ? PLEASE ANSWER WITH DETAIL. ANY HELP WILL BE APPROACIATE.
ASKER CERTIFIED SOLUTION
Avatar of disha
disha

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of qazwsxedc
qazwsxedc

ASKER

for the server, which service should be choose ? local or remote ? then i just register with remote automation at server and register client with remote automation too ?
Set is as local at server and also register it at client
also.
Regards
First register u'r exe as local at u'r server.This can be done by just
running u'r exe at the server. and check it shows local there
and the rights are given in remote automation manager.
Then register the exe at client using clireg32.exe which asks
for the ip address of the server and protocol(generally it would
be tcpip).. Also it would help if u make u'r exe binary compatible.
in that case u dont have to register and unregister at client every
time u create a new exe.After registring check in the remote automation manager at client side.
First register u'r exe as local at u'r server.This can be done by just
running u'r exe at the server. and check it shows local there
and the rights are given in remote automation manager.
Then register the exe at client using clireg32.exe which asks
for the ip address of the server and protocol(generally it would
be tcpip).. Also it would help if u make u'r exe binary compatible.
in that case u dont have to register and unregister at client every
time u create a new exe.After registring check in the remote automation manager at client side.