I\'ve got a bit of a challenge with a Windows 2003 machine where I need to run the web deploy agent on a port which isn\'t 80. By default, MsDepSvc will expose an endpoint a
These are the changes I had to do for Windows 7, following Kev's recipe:
Step 3: netsh http show urlacl
netsh http show urlacl
Step 4: netsh http delete urlacl url=http://+:80/MSDEPLOYAGENTSERVICE/
netsh http delete urlacl url=http://+:80/MSDEPLOYAGENTSERVICE/
netsh http add urlacl url=http://+:8172/MSDEPLOYAGENTSERVICE/ sddl=D:(A;;GX;;;NS)