
How to connect one user's COM client to another user's OOP server?
On Wed, 23 Jan 2002 11:27:44 -0800, "Alexander Nickolov"
Quote:
>Have you configured your server as service with regard to COM?
>This is done by running it with the /Service command-line param.
>This assuming you use ATL of course, but judging from the group
>you are posting to...
Ah! Come to think of it, the system is slightly different to that what
I'd described, and maybe you've hit the nail on the head. There's
actually only one service, which kicks off a handful of other COM
server processes, all of which presumably inherit the system account
rights. Are you saying that if all the OOP servers were actually
services, my restricted clients would connect to the service, rather
than kick of another instance of the EXE as they're doing now? I could
try this of course, but converting an exe to a service will be
tiresome if it's not going to make any difference?
Thanks
Simon