I have written a WCF services that generates some messages. These message should be retrieved by a different application. Both run on one computer without network access. In fact, I was trying to create something like an Active-X-exe in .NET.
I would like to make it so that the firewire is not involved and in such a way that I do not have to run the services with admin privileges.
I do not need any security.
However, I did not find one yet, but that may be due to the lack of my experience with WCF.
Can somebody recommand a binding that does not involve the firewall and which does not required admin privileges?
Thank you!