1.System.ServiceModel.AddressAccessDeniedException”类型的未经处理的异常在 System.ServiceModel.dll 中发生

其他信息: HTTP 无法注册 URL http://+:8259/AccountService/。进程不具有此命名空间的访问权限(有关详细信息,请参见 http://go.microsoft.com/fwlink/?LinkId=70353)。


以管理员的身份在CMD运行
netsh http add urlacl url= http://+:8259/AccountService/ user="\Everyone"

相关文章:

  • 2021-08-31
  • 2021-09-02
  • 2021-04-04
  • 2022-12-23
  • 2022-12-23
  • 2022-12-23
  • 2021-09-23
猜你喜欢
  • 2021-07-24
  • 2022-02-28
  • 2021-06-18
  • 2021-05-28
  • 2021-12-27
  • 2022-12-23
  • 2021-04-29
相关资源
相似解决方案