Top "Microsoft-web-deploy" questions

Microsoft Web Deploy is a tool to simplify the migration, management, and deployment of IIS Web servers, applications, and sites.

How to configure Web Deploy on Windows 10 pro

How can I configure Web Deploy on Windows 10? Should it work? I found information about Web Deploy on Windows 8, there …

iis windows-10 microsoft-web-deploy
Web deploy error to IIS - application pool managedRuntimeVersion

When trying to deploy an ASP.NET application deployment package to IIS, I receive an error (The application pool that …

asp.net .net iis iis-7.5 microsoft-web-deploy
Web deploy error ERROR_DESTINATION_NOT_REACHABLE

I am trying to deploy my application using the following msdeploy command: MSDeploy.exe -source:contentPath="C:\Users\myUser\Documents\…

msdeploy microsoft-web-deploy
msdeploy error ERROR_USER_UNAUTHORIZED: Web deployment task failed. using IIS7, TFS2010, VS2012

Using Visual Studio 2012, TFS 2010, IIS7 Getting the following errors when I try to build/deploy: Any CPU | Test 1 error(s), 1 …

visual-studio-2012 tfs msbuild msdeploy microsoft-web-deploy
What Jenkins plugin can be used for .NET web site deployment?

We use: - SVN - Jenkins - MS Build plugin We have several Web Form/MVC/Web services. We are …

asp.net msbuild jenkins web-deployment microsoft-web-deploy
MSBuild error MSB3086, with TeamCity

I am trying to build and deploy a .NET 4 project using MSBuild Web Deploy and TeamCity, I got this working …

.net msbuild windows-server-2008 teamcity microsoft-web-deploy
How to deploy ASP.NET app to Amazon EC2 using MS WebDeploy?

I have an ASP.NET MVC site that is hosted on an Amazon EC2 service. I want to establish auto …

asp.net-mvc amazon-ec2 webdeploy microsoft-web-deploy
Deploying to FTP/Web Deploy In Visual Studio 2015

I cannot figure out a way to publish a web project in Visual Studio 2015 CTP using web deploy or FTP. …

ftp visual-studio-2015 microsoft-web-deploy
Why doesn't my .wpp.targets file get applied on my build server?

I have a custom .wpp.targets file which is setting some ACL's. When I build from within visual studio, the …

msbuild build microsoft-web-deploy