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.

MSDeploy - Destination Not Reachable

I have installed Web Deploy 3.5 on Windows Server 2008 R2 and tried to run remote publish web application through visual studio 2012. …

asp.net visual-studio web-deployment webdeploy
What is expected for DeployIisAppPath setting on MSBuild argument?

SERVERNAME(myDomain\Username) Application Pools Sites DEV Site1 DEV Site2 dev Site 3 bin Content ... Views etc ... This is my basic …

iis tfs msbuild tfsbuild webdeploy
VS to Azure Publish failure: Socket Error 10054

I've seen a few posts around on this, none have solved my issue. I'm trying to complete a web deploy …

asp.net sockets visual-studio-2013 azure-web-app-service webdeploy
Breaking MsBuild package & deploy into separate MsBuild and MsDeploy commands

I'm having a few problems breaking out an MsBuild package+deploy command into two separate commands. (I need to do …

deployment msbuild teamcity msdeploy webdeploy
No executable found matching command "dotnet-bundle" during WebDeploy for ASP.NET Core

I am new to ASP.NET and I am trying to publish a web app. I have tried with 2 different …

asp.net-core asp.net-core-mvc webdeploy
Can Web Deploy's setAcl provider be used on a sub-directory?

I'm trying to make a subdirectory in an MS Deploy package writable to the application pool user. Thanks to a …

visual-studio-2010 iis-7 msdeploy webdeploy
How to tell TFS to deploy multiple webapps containing in one solution?

We have a single solution which contains one webapp project and some accompanying projects. Our TFS 2010 is building this solution …

visual-studio-2010 iis msbuild webdeploy
Can't get my EC2 Windows Server 2008 (Web stack) instance to receive publishings of my website

I installed a fresh AMI for EC2 (http://aws.amazon.com/amis/Microsoft/5147732567196848) and have installed Web deploy 2.1 on it. …

asp.net iis amazon-ec2 webdeploy
What's the difference between http://*:80 and http://+:80

In learning about Web Deploy I came across some netsh.exe commands that talk about http://+:80 and http://*:80. What do …

http netsh webdeploy
Web Deploy - Using Relative Paths for local file system deployment

I am wanting to use Web Deploy to run a custom deployment setup. As I am wanting to have this …

msbuild msdeploy webdeploy