
ATL/COM out-of-process EXE and DCOM
I just created an out-of-process executable server to be run on the same
machine as the client. But when I try to access it using a different user
account, I was denied access. I had to go to DCOMCNFG.EXE and configure
access to this server. But I wasn't intending it to be a DCOM server to
begin with, just an out-of-process local server.
Are all out-of-process executables automatically DCOM servers that require
configuration through DCOMCNFG? Or can I create an out-of-process COM
server that doesn't have to be configured as a DCOM object and can therefore
be accessed by everyone?
Any help is really appreciated.
Alfredo Diaz
(Remove the NOSPAM from email address to reply by email)