Wednesday, June 10, 2015

HTTP could not register URL

I was trying to run a service with a non admin user (rmanni), and when I start the service, I got the error

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