Have you ever run into the following error while trying to host (start) a WCF service inside a Windows Service?
Starting WCF Services step has caused the following error HTTP could not register URL http://+:9997//Services/HashGenerationService/. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details).
If you have you are not along. Also, if you have clicked on the link for MS and felt like that was absolutely NO help, you still are not alone.
The simplest (maybe not the best) way to solve this issue is to configure your windows service (the one hosting your WCF services) to log on as ‘Local System Account’ as below.
Once you have done this try restarting your service and see if your wcf services start as expected.
Hope this helps.
Till next time,
Posted
02-11-2010 1:46 PM
by
Derik Whittaker