I am creating a WCF services library and I am checking that it works fine in the WCF testing client (by default). when I accept the WCF service in winodws service, I got an error. I use Windows XP, .Net 3.5 and Visual Studio 2008., and also to set the URL in the urlacl concept using HTTPCFG.exe, at the same time I got the same error as below.
Host Opening Error: HTTP was unable to register the URL "http: // +: 8731 / WCFServerDLL / Service1 /." Your process does not have access rights to this namespace (see "Http://go.microsoft.com/fwlink/?LinkId=70353" for details).
windows XP sp3.
Here I run "httpcfg.exe set urlacl / u http: // localhost: 8731 / WCFServerDLL / Service1 / / a" D: ... ""
We get the result
HttpSetServiceConfiguration completed with 0.
Set the url also in xp using httpcfg.but, I got the same error.
source
share