WCF的ServiceHost访问权限

编程入门 行业动态 更新时间:2024-10-10 21:24:57
本文介绍了WCF的ServiceHost访问权限的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧! 问题描述

通过WCF教程去时,我得到了下面的错误。

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

HTTP不能注册网址的http:// +:8000 / ServiceModelSamples /服务/ 。您的进程不具有访问权限这个命名空间(见 go.microsoft/fwlink/?LinkId= 70353 详情)。

HTTP could not register URL +:8000/ServiceModelSamples/Service/. Your process does not have access rights to this namespace (see go.microsoft/fwlink/?LinkId=70353 for details).

这是什么造成的限制在Windows 7?

Is this something caused by a restriction on Windows 7?

推荐答案

的问题是,URL正在从由Windows创建阻止。

The issue is that the URL is being blocked from being created by Windows.

步骤来解决:运行命令提示符为管理员。该URL添加到ACL

Steps to fix: Run command prompt as an administrator. Add the URL to the ACL

netsh http add urlacl url=+:8000/ServiceModelSamples/Service user=mylocaluser

更多推荐

WCF的ServiceHost访问权限

本文发布于:2023-11-13 04:42:21,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1583459.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:访问权限   WCF   ServiceHost

发布评论

评论列表 (有 0 条评论)
草根站长

>www.elefans.com

编程频道|电子爱好者 - 技术资讯及电子产品介绍!