在 Windows XP 64 位上配置命名空间预留
我需要将 HTTP URL 命名空间注册到特定的用户组。 MSDN 上解释说我必须使用 HttpCfg.exe,它似乎在 Windows XP 64 位中不存在。
有谁知道如何做到这一点?
问候, 三田
I need to register HTTP URL namespace to a particular group of users. On MSDN it is explained that I have to use HttpCfg.exe which appears that doesn't exists for Windows XP 64 bit.
Does anyone has an idea on how to do this?
Regards,
Mita
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(3)
使用 http://blogs.msdn.com/paulwh/attachment/2416236 解决了问题。 ashx 应用程序。 我只是添加 HTTP URL 命名空间并将执行权授予特定用户。
Problem is solved using http://blogs.msdn.com/paulwh/attachment/2416236.ashx application. I just add HTTP URL namespace and gave execute right to particular user.
@Mita 发布的 zip 文件包含一个用于管理命名空间的有用项目,但我发现配套文章更有用:PaulWh 讨论了 AddressAccessDeniedException。
The zip file that @Mita posted contains a helpful project for managing namespaces, but I found the companion article more useful: PaulWh discusses the AddressAccessDeniedException.
从 Microsoft 网站下载 Windows Server 2003 Service Pack 2 支持工具:http://www.microsoft.com/downloads/en/details.aspx?FamilyID=96a35011-fd83-419d-939b-9a772ea2df90&displaylang=en
工具是 32 位,但在 x64 上受支持。
Download the Windows Server 2003 Service Pack 2 Support Tools from the Microsoft website here: http://www.microsoft.com/downloads/en/details.aspx?FamilyID=96a35011-fd83-419d-939b-9a772ea2df90&displaylang=en
The tools are 32-bit but are supported on x64.