【解决方案】HTTP could not register URL http://+:6001/

Failed to host the DeployerNotificationReceiver
System.ServiceModel.AddressAccessDeniedException: HTTP could not register URL http://+:6001/Deployer/NotificationService/. Your process does not have access rights to this namespace (see http://go.microsoft.com/fwlink/?LinkId=70353 for details). ---> System.Net.HttpListenerException: Access is denied

 

解决办法:

以管理员身份运行Visual studio command prompt

输入netsh http add urlacl url=http://+6001/ user=jay.huang

提示URL reservation successfully added

【解决方案】HTTP could not register URL http://+:6001/_第1张图片

你可能感兴趣的:(【解决方案】HTTP could not register URL http://+:6001/)