Top "Webdeploy" questions

The Web Deployment Tool (Web Deploy) is a command-line tool from Microsoft that is used for synchronizing Web sites and Web servers.

WebDeploy with MSBuild Not Deploying from TeamCity

I am trying to use MSDeploy to deploy an MVC project to the server using TeamCity. When I do this …

msbuild visual-studio-2012 teamcity msdeploy webdeploy
Specify different path for provider iisApp when creating package with msdeploy

How I make the package I make the msdeploy package like this: msdeploy.exe -verb:sync -source:iisApp=c:\content\ …

msdeploy webdeploy
Web Deploy with TeamCity failed with error ERROR_EXCEEDED_MAX_SITE_CONNECTIONS

I deploy website through Teamcity using webdeploy method: web.csproj /P:Configuration=%env.Configuraton% /P:DeployOnBuild=True /P:DeployTarget=MSDeployPublish /…

iis teamcity webdeploy
Visual Studio 2012 Web Deploy Publish ignores selected Configuration for transform and build

When I create a publish profile I have the option to select which Configuration I want the publish to use …

configuration visual-studio-2012 msdeploy webdeploy
Folder not uploading with VS Publish / Web Deploy

I am using the Publish / Web Deploy option within VS 2010 to publish my ASP.NET MVC3 website. However it does …

visual-studio-2010 asp.net-mvc-3 webdeploy one-click-web-publishing
WebDeploy not listening on port 8172

I'm try to deploy a simple web application from my dev machine to IIS running on a Windows 7 Professional virtual …

iis visual-studio-2012 webdeploy
MSBuild web.config transforms not working

I am setting up my application for CI&D. I created a DEV-Deploy web.config transform which contains the …

c# msbuild web-config webdeploy
Cannot Connect to Windows Azure VM (Server 2012 R2) Web Deploy Service

I can't seem to be able to deploy a site to a windows server 2012 r2 running IIS and Web Deploy …

azure webdeploy windows-server-2012 visual-studio-2013
Specifying folders not to sync in Web Deploy

I use the following script to deploy my ASP.NET MVC app to our web server: C:\Windows\Microsoft.NET\…

asp.net msbuild webdeploy
How to specify a custom parameters.xml when building a Web Deploy package for ASP.NET Core?

Overview I am building a deployable web package that can be imported into IIS that automatically prompts for settings needed …

asp.net-core msbuild webdeploy