WCF ServiceHost 访问权限

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

我在学习 WCF 教程时遇到以下错误.

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

HTTP 无法注册 URL +:8000/ServiceModelSamples/Service/.您的进程没有访问此命名空间的权限(请参阅 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:41:26,感谢您对本站的认可!
本文链接:https://www.elefans.com/category/jswz/34/1583457.html
版权声明:本站内容均来自互联网,仅供演示用,请勿用于商业和其他非法用途。如果侵犯了您的权益请与我们联系,我们将在24小时内删除。
本文标签:访问权限   WCF   ServiceHost

发布评论

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

>www.elefans.com

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