Hey guys,
Servicehost.Open() is throwing this error : HTTP could not register URL http://+:8001/. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details).
So I used netsh to add the url. But event though it is added, i'm still getting the error. This is the command i use : netsh http add urlacl url=http://+:8001/ user=djerryy. "djerryy" is my computername. When i run netsh http show urlacl i see it was added. (see pic)
What am i doing wrong?
Thanks in advance.