Share via


Change Port of Web Deployment Agent Service to something else that 80

Question

Friday, December 21, 2012 10:08 AM

How do I change the port used for Web Deployment Agent Service from port 80 to something else?

Is there documentation on the WDAS?

All replies (2)

Monday, December 24, 2012 6:35 AM ✅Answered

You can specify a port number for the Deploy Agent Service to listen to when installing the service. Refer to the below posts:

Can the web deploy agent run on a port other than 80 on IIS6?
http://stackoverflow.com/questions/5867392/can-the-web-deploy-agent-run-on-a-port-other-than-80-on-iis6

Change port number for 'Web Deployment Agent Service'
http://forums.iis.net/t/1180922.aspx

I suggest you ask in IIS forum for this question.
http://forums.iis.net/


Thursday, July 25, 2013 3:46 PM

Thanks

Unfortunately none of the links / description worked for me.

I could uninstall the service but the line

msiexec /I WebDeploy_x86_en-US.msi /passive ADDLOCAL=ALL LISTENURL=http://+:8172/MsDeployAgentService

doesn't install anything on my box.

It is not really a IIS issue, is it?