System.ServiceModel.AddressAccessDeniedException
問題描述
System.ServiceModel.AddressAccessDeniedException: HTTP could not register URLhttp://+:8998/AutoSystemMessageService.svc/. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details). ---> System.Net.HttpListenerException: 拒絕訪問。
解決方案
運(yùn)行 CMD,執(zhí)行下面的命令即可
netsh http add urlacl url=http://+:8998/AutoSystemMessageService.svc/ user="\Everyone"
??

浙公網(wǎng)安備 33010602011771號(hào)