HTTP could not register URL http://+:8000/ServiceModelSamples/Service/. Your process does not have access rights to this namespace

HTTP could not register URL http://+:8090/ServiceModelSamples/Service/. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details).


This issue we will get when we run the WCF service with self hosting. 



The issue is that the URL is being blocked from being created by Windows.
Steps to fix: Run command visual studio prompt as an administrator. Add the URL to the ACL
netsh http add urlacl url=http://+:8090/Sample user=computerusername
Please refer below image as reference.


Share this post :

Post a Comment

Please give your valuable feedback on this post. You can submit any ASP.NET article here. We will post that article in this website by your name.

 
Support : Ranga Rajesh Kumar
Copyright © 2012. ASP.NET Examples - All Rights Reserved
Site Designed by Ranga Rajesh Kumar