Does WCF always needs my host to have administrator privileges?

后端 未结 2 560
谎友^
谎友^ 2021-01-25 01:05

I\'m following this tutorial and seems like to implement WCF in my application it would need to run with administrator privileges.

I want to use remoting only

2条回答
  •  [愿得一人]
    2021-01-25 01:49

    Administrative privileges are only needed for the HTTP URL namespace reservations. If you are using named pipe communication (which would be the recommended way to go for inter-process communication), then you can run fine as a normal user.

提交回复
热议问题