Questions tagged [microsoft-web-deploy]

Microsoft Web Deploy is a tool to simplify the migration, management, and deployment of IIS Web servers, applications, and sites. Administrators can use command-line scripting with Web Deploy to synchronize IIS 6.0 and IIS 7.0 servers or to migrate an IIS 6.0 server to IIS 7.0.

Microsoft Web Deploy is a tool to simplify the migration, management, and deployment of IIS Web servers, applications, and sites. Administrators can use command-line scripting with Web Deploy to synchronize IIS 6.0 and IIS 7.0 servers or to migrate an IIS 6.0 server to IIS 7.0.

144 questions
96
votes
3 answers

Error: "The configuration section 'system.webServer/management/delegation' cannot be read because it is missing schema

I am trying to publish a website from my computer to an IIS web server via web deploy. I have 3 servers. All servers have installed the same things (Webdeploy etc.) and the services are started (Web Deployment Agent Service and Web Management…
lucamuh
  • 976
  • 1
  • 6
  • 11
30
votes
3 answers

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 you are trying to use has the 'managedRuntimeVersion' property set to 'v2.0'. This application requires 'v4.0'. I have taken…
John
  • 361
  • 1
  • 3
  • 5
27
votes
4 answers

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 it isn't working. How is it in Windows 10?
BWA
  • 5,314
  • 7
  • 29
  • 42
26
votes
2 answers

Web Deploy to Azure doesn't force Web App to pickup new changes

I have an automatic deployment configured from my GIT to Azure App using Web Deploy. Every time when new code pushed to the repo, build is started, then deployed to the Azure with Web Deploy. The issue is that Web App (ASP.NET MVC) continue to serve…
Alexey Strakh
  • 10,508
  • 17
  • 76
  • 146
14
votes
1 answer

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 going to setup Microsoft Web Deploy and run bat file from Jenkins. Maybe someone can suggest better way to do that or this looks like most effective…
Sergejs
  • 2,390
  • 5
  • 30
  • 49
13
votes
1 answer

Publish from Visual Studio and automatically encrypt appSettings using aspnet_regiis

I have web application that is deployed to my local IIS server under Sites\Default, it works fine and right now I want to make it more secure - I want to encrypt connection strings and appSettings. Inside pubxml file I've added this…
12
votes
2 answers

Web Deploy API - deploy a .NET 4.5 application

We're using the (almost completley undocumented) 'public API' for Web Deploy 3 to create a .zip package of our website and then sync it to a server: DeploymentBaseOptions destinationOptions = new DeploymentBaseOptions() { UserName =…
harman_kardon
  • 1,321
  • 4
  • 30
  • 49
12
votes
2 answers

Setting up automatic backups in Web Deploy tool

I've been struggling to setup automatic backup, but seems to have hit a wall. Following this document, and using Powershell, I've enabled the backups (TurnOn-Backups -On $true, then Configure-Backups -SiteName "test1" -Enabled $true; so…
Evgeni
  • 3,201
  • 6
  • 32
  • 61
11
votes
1 answer

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 source manifest file that is generated contains the custom ACL's. When I run from my build server, it just doesn't work. The generated file…
dan
  • 5,386
  • 7
  • 42
  • 54
11
votes
5 answers

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 warning(s) C:\Program Files (x86)\MSBuild\Microsoft\VisualStudio\v11.0\Web\Microsoft.Web.Publishing.targets (4253):…
scw
  • 4,862
  • 7
  • 29
  • 45
11
votes
3 answers

IIS Web Deploy - ERROR_USER_NOT_ADMIN

I have a server which is part of a domain. When I publish a web application from Visual Studio with a domain user everything is ok. But when I try to publish with a local machine user (not part of a domain) I get ERROR_USER_NOT_ADMIN. Both users are…
redman
  • 1,895
  • 4
  • 30
  • 58
11
votes
1 answer

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 deploy with MS WebDeploy to this site. I've found a great article about this: Automating Deployment with Microsoft Web Deploy. I can't reach…
RredCat
  • 4,775
  • 3
  • 54
  • 91
10
votes
1 answer

How to perform web deploy in ASP.NET 5?

When I click publish ASP.NET 5 project in visual studio, only 3 target I can choose: Microsoft Azure Web Apps, Import, File System There're no Web Deploy or Web Deploy package as shown in ASP.NET 4.6 Project. How can I perform Web Deploy on…
10
votes
1 answer

How do I target an already existing application pool with webdeploy?

I am trying to make sure that my app gets deployed to a specific application pool that already exists when using Web Deploy. The application pool should be configurable by the user using the GUI when installing app through IIS Manager or by changing…
Vish
  • 725
  • 9
  • 19
9
votes
1 answer

automatic backup for web deploy 3 (IIS) - to exclude folders in the backup

I have managed to setup Web Deploy Automatic Backups by following this guide, which works great. However, in my websites I have a folder relative to the root /uploads/ which contains all user-uploaded images which can be quite large. The backup…
Karl Cassar
  • 5,381
  • 7
  • 42
  • 82
1
2 3
9 10