You must Sign In to post a response.
  • Category: WCF

    Wcf console host registration issue

    I am working wcf console host application,i was registered my url in command prompt but again it was giving the below error,
    HTTP could not register URL http://+:8080/DSLDataService/. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details).
  • #754666
    The Error is self explanatory please grant the required permission and access to the user name which you are using for the register of application.

    To over come this issue the user must be an administrator or else Run command prompt as an administrator. Add the URL to the ACL


    netsh http add urlacl url=http://+:1000/ServiceModelSamples/Service user=UrUserNZme

    Thanks & Regards
    Anil Kumar Pandey
    Microsoft MVP, DNS MVM


  • Sign In to post your comments