How to allow netNamedPipeBinding to work with requiring UAC?

Posted by Rohit on Stack Overflow See other posts from Stack Overflow or by Rohit
Published on 2010-05-18T09:43:53Z Indexed on 2010/05/18 10:00 UTC
Read the original article Hit count: 254

Filed under:
|
|
|

I have a service running under Local system account. I have an application that run in a non-UAC mode. Both interact with each other as both act as server and client.

Application as client can communicate with Service. But Service as client cannot communicate with application.

If I run with UAC the problem is solved.

<customBinding>
   <binding name="net.pipe">
      <namedPipeTransport  />
    </binding>
</customBinding>

© Stack Overflow or respective owner

Related posts about wcf

Related posts about netnamedpipebinding