WCF Service Listener on a Normal Account?
I am trying to setup a listener on a windows application which will mostly be run by users who dont have administrative privileges
I understand that WCF uses HTTP.sys to setup listeners and that is not accessible by a normal user account. Is there any other configuration with which i can setup a listener service without the need for administrator rights or with just the normal account privileges?
Thanks....

