What port does web deploy use?
Isabella Ramos
Updated on February 27, 2026
port 8172
By default, the Web Deployment Agent Service (MsDepSvc) listens on port 80, and the Web Management Service (WmSvc, also called the “handler”) listens on port 8172 by default.
How do you check web deploy is installed or not?
Is Web Deploy installed? You can verify web deploy is installed by going to the “Programs and Features” control panel and looking for “Microsoft Web Deploy 2.0” in the list of installed programs. If it is not there, you can install it via the Web Platform Installer by going to the “Products” tab.
What is web deploy and web deployment?
This file, commonly known as a web deployment package (or simply a deployment package), contains all the content and configuration information that IIS needs in order to re-create your web application on a web server. Suppose you want to deploy a web application to an Internet-facing production environment.
How do I migrate my website using web deploy?
Introduction
- Install Web Deploy on the source and target servers.
- Export the IIS contents from the source environment by using Web Deploy.
- Copy the data from the source to the target environment by using the PowerShell copy/sync command.
- Import the IIS contents into the target environment using Web Deploy.
How do I use Web deploy?
To install the tool using the default remote service URL
- Download the Web Deployment Tool.
- Run the Windows®Installer file to install the tool.
- Select a Custom installation.
- Click on the remote service node to install the remote service.
- Complete the installation.
Where is Msdeploy installed?
Once the command prompt is up, you will navigate to the folder level where MSDeploy.exe exists. On Windows 7, the default installation will place msdeploy.exe in C:\Program Files (x86)\IIS\Microsoft Web Deploy. msdeploy.exe has an extensive command base.
How does Web Deploy work?
Web Deploy installs a handler in Web Management Service, which allows non-administrators to deploy after authenticating and authorizing with the Web Management Service. If the destination is Windows Server 2008 running IIS7 or Windows Server 2008 R2 running IIS7.
How do I enable Web Deploy in IIS?
- In IIS Manager, in the Connections pane, right-click your website node (for example, DemoSite), point to Deploy, and then click Configure Web Deploy Publishing.
- In the Configure Web Deploy Publishing dialog box, to the right of the Select a user to give publishing permissions list, click the ellipsis button.
What is a web Deploy?
Web Deploy is an extensible client-server tool for syncing content and configuration to IIS. IT professionals use it to migrate websites & applications from an operating system running an older version of IIS such as IIS6 to an operating system running a newer version of IIS such as IIS 7.5.
How do I export and import IIS from a website?
Open the IIS Manager by clicking Start > Run and typing inetmgr. In IIS Manager, expand the Server node and the Sites node, then select the Default Web Site/MyApplication. In the right-hand Actions pane under Manage Packages, click the Export Application… link to launch the wizard.
How do I transfer a website from one IIS to another?
Export the web files from the old server, and set up the site in the new server.
- In the old server, export the site.
- Copy the export package to the new server.
- In the new server, import the site using the export package.
- In the new server, create a new IIS site.
- Add the necessary permissions for your website folder.
Which IIs component should be installed first to enable Web Deploy?
Windows component IIS, including Management Service, should be installed first to enable the handler component to install. When Web Deploy is installed directly using the Web Deploy MSI, the Web Management Service will not be configured for non-administrator deployments, unless PowerShell v2 or later is installed.
How do I install web deploy on Windows Server 2012?
Using the Web Deploy Installer, Web Deploy can be installed on Windows 2012 Server or later, or Windows 8.0 or later. To install Web Deploy from the .msi file: Go to the Web Deploy download page. On the Web Deploy download page, move to the Download Web Deploy section, and for the language you want, select x86 or x64.
How to configure Web Deploy publishing in Salesforce?
In the Configure Web Deploy Publishing dialog box, to the right of the Select a user to give publishing permissions list, click the ellipsis button. In the Allow User dialog box, type the domain and user name of the account you want to use to deploy content, and then click OK.
Does Web Deploy support non-administrator deployments?
When Web Deploy is installed directly using the Web Deploy MSI, the Web Management Service will not be configured for non-administrator deployments, unless PowerShell v2 or later is installed. Using the Web Deploy Installer, Web Deploy can be installed on Windows 2012 Server or later,…