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>
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.