Having self hosting WCF service one can get following exception:
AddressAccessDeniedException: HTTP could not register URL http://+:13025/
By default, listening at a particular HTTP address requires administrator privileges. Since application users does not often have such privileges it's necessary to allow port listening for particular user or group via nesth.
E.g.
netsh http add urlacl url=http://+:13025/applicationsvcs/booking user=DOMAIN\app_account
No comments:
Post a Comment