Hi,
I have created an application client/server in VB6, running in a LAN with W2k pc.
In my application the server is an EXE ACTIVEX and the client calls the server with the statement:
set mySvrObj = CreateObject("myServer.accessClass", "server_name"
When the client calls the server, the activex exe starts with the client rights. I.e. that the server application is launched by the client user, instead I need that the exe activex starts with Administrator rights (because I need to access to the file system to create and modify some files...)
How can I solve my problem?
Thanks for any help.
Francesco
I have created an application client/server in VB6, running in a LAN with W2k pc.
In my application the server is an EXE ACTIVEX and the client calls the server with the statement:
set mySvrObj = CreateObject("myServer.accessClass", "server_name"
When the client calls the server, the activex exe starts with the client rights. I.e. that the server application is launched by the client user, instead I need that the exe activex starts with Administrator rights (because I need to access to the file system to create and modify some files...)
How can I solve my problem?
Thanks for any help.
Francesco