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

[592 byte] By [SurajGuptha] at [2008-1-8]
# 1

In short, you can have the the administrator reserve the namespace for you beforehand, basically administrator can set ACL on a Http url prefix to decide which user has what acess right. httpcfg.exe can use used for this purpose.

you can search around for http.sys namespace reservation if you want to know more background.

James.Zhang-MSFT at 2007-10-2 > top of Msdn Tech,Visual Studio Orcas,Windows Communication Foundation (Indigo)...

Visual Studio Orcas

Site Classified