【解决方案】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