Vista has namespace reservations to control the set up of HTTP listening ports. By default, a user does not have access to listen to arbitrary HTTP ports e.g. using wsHttpBinding in WCF.
To show the access control for all ports, use command:
To grant user Tony access to port 8000, do:
- netsh http add urlacl url=http://+:8000/ user=Tony
Update: there is a deployment tool for WCF that includes this step.
0 comments:
Post a Comment