Dealing with security on IPC remoting channel

Posted by leppie on Stack Overflow See other posts from Stack Overflow or by leppie
Published on 2010-03-08T09:30:48Z Indexed on 2010/03/08 9:36 UTC
Read the original article Hit count: 603

Filed under:
|
|
|

Hi

I am trying to run a service under a different user account from the application that will access the service via remoting.

While under the same account everything is fine, but as soon as I use different accounts, I get an access denied error while trying to open the IPC port.

Is there something I am missing, as I can't see from the MSDN docs what is supposed to be done.

Thanks

© Stack Overflow or respective owner

Related posts about .NET

Related posts about remoting