WCF ServiceHost access rights

前端 未结 10 1889
时光说笑
时光说笑 2020-11-27 09:36

I get the following error when going through the WCF tutorial.

HTTP could not register URL http://+:8000/ServiceModelSamples/Service/. Your process does not have acc

10条回答
  •  庸人自扰
    2020-11-27 09:55

    Running Visual Studio as administrator could fix the issue, but if you use Visual Studio with for example TortoiseSVN, you cannot commit any changes. Another possible solution would be to run the service as administrator and the rest Visual Studio as local user.

提交回复
热议问题