Re: Difficulty with Remoting and IPC Channels by mhetherington
mhetherington
Wed Nov 30 09:19:07 CST 2005
Yes, this IPC channel is on the same computer.
I completed more testing yesterday and found that if I launched the
IPCServerChannel code as a console app, rather than a service, I had no
problems. From that, I gather it's a security issue that's snagging me when
trying the service approach.
Any ideas why this breaks when running the IPCServerChannel code as Local
System and running the IPCClientChannel code as a "regular user?"
"hB" wrote:
> Is this IPC channel on same computer?
>
> If it is another then something like anonymous IPC connections would
> have been denied from the other machines.
> Then might be allow anonymous IPC cons or allow this communicating
> system to connect through appropriate user id allowed on the server.
>
>
> ---
> hB
>
>