HTTP could not register URL http://+:8080/MyService/. Your process does not have access rights to this namespace
To solve the issue Microsoft said, I need to add the url using netsh command as mentioned here
This command solved it for me
netsh http add urlacl url=http://+:8080/MyService user=myDomain\rmanni
No comments:
Post a Comment