Questions tagged [webdeploy-3.6]
10 questions
45
votes
4 answers
Missing "Import Web Application" option in Web Deploy 3.6
Using Web Deploy 3.6 both on IIS 8.5 (Windows Server 2012 R2) and IIS 7.5 (Windows 7), I cannot find the Deploy -> "Import Web Application" option. The "Export Web Application" is also missing (see screenshot)
I can still see the "Install…

Guy Levy
- 1,550
- 2
- 15
- 26
41
votes
3 answers
Install webdeploy on W2016 IIS 10
How to install web deploy on IIS 10 W2016?
So far I have tried
Using web platform v5 to installation of "web deploy 3.6"
After installation I have updated the web deploy service to run under local admin account.
I have manually turned off the…

cpoDesign
- 8,953
- 13
- 62
- 106
1
vote
0 answers
How to use publish command with Web Deploy for asp.net core applications
I have ASP.NET Core 2.0 applications that is hosted in IIS on windows 2012RC2 machine. We use Jenkins for CI. The following commands will be executed on the Build Server where Jenkins is installed. The user that Jenkins is running under has full…

LP13
- 30,567
- 53
- 217
- 400
1
vote
1 answer
msdeploy.exe: Deploy only changed files
I am using msdeploy.exe for deploying my project to remote iis site using below command
msdeploy.exe -source:iisApp="D:\publish"…

Rushi Soni
- 1,088
- 1
- 13
- 21
0
votes
1 answer
Visual Studio 2019 - Web Deploy to local IIS
I've got a .NET 5 web api I'm trying to get deployed (for development/staging) on a local IIS. I've actually been doing this just fine for a couple of years now, but something changed and now it isn't deploying. The web deploy succeeds (according…

Scuzzlebutt
- 494
- 9
- 18
0
votes
1 answer
MSDeploy -setParam option is replacing `"""` with` """` in the connection string
When deploying app with msdeploy, i am changing connection string with option -setparam, this is changing connection string but replacing " with "
i have tried using "^" , it didn't work, if i use "^"" i am getting…

chandra
- 693
- 3
- 8
- 21
0
votes
1 answer
Could not publish website to the server using Web Deploy
I'm using Visual Studio 2017 Community Edition and want to publish a website to the server.
IIS 10 is installed on the server which is running MS Windows Server 2016. I've Installed Management Service and Web Deploy3.6
I've created IIS User and…

SalmanShariati
- 3,873
- 4
- 27
- 46
0
votes
1 answer
Web Deploy 3.6: Performance issues behind a firewall
Using TeamCity and WebDeploy, I publish websites remotely to production servers. Here's an example log of a deployment:
[15:48:24][Step 11/18] Deploying to Web Server 1 (2s)
[15:48:24][Deploying to Web Server 1] Deploying to Web Server…

Kcoder
- 3,422
- 4
- 37
- 56
0
votes
1 answer
Web deploy to IIS to a site application from tfs
I am trying to have the tfs build server deploy a asp.net core site into and application of a .net framework asp.net web api site running iis.
I can get it to work if I create the asp.net core application as its own website sharing the same…

user833831
- 428
- 3
- 10
0
votes
2 answers
Can we we publish web application project to IIS website to NLB production server (public IP) using Visual Studio 2013 publish
I am trying to build CI using Teamcity and want to test using visual studio 2013 publish method to check publishing is working without any problem on NLB production Server (PUBLIC IP). I installed
1.Enabled the IIS Web Management role feature
…

Jim Lobo
- 471
- 1
- 7
- 22