Tag Archives: HTTP could not register URL http://+:6001/

[Solved] 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

Solution:

Run Visual studio command prompt as administrator

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

Prompt URL reservation successfully added