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.

148 questions
1
vote
1 answer

IIS 7 Web Deploy can't handle creating sub folder?

For the past few days I'm trying to deploy my package to IIS 7 but I'm getting nowhere. Whenever I try to publish the package I receive an error saying that the destination folder doesn't exist - but in fact it WAS created on the remote server but…
pguzewicz
  • 304
  • 2
  • 13
1
vote
0 answers

Web Deploy Type Access Failures

I have an ASP.NET web application that formerly published just fine to several locations. Now when I try to publish or package the application from Visual Studio, regardless of method (i.e., through the Build menu, through One-Click Publish, or the…
Philip Hanson
  • 1,847
  • 2
  • 15
  • 24
1
vote
1 answer

Can I specify site after I have built the deployment package with Microsoft Web Deploy?

Currently I do the following: Create package using msbuild something.csproj /P:Configuration:Some /T:Package After that I go to the Package folder under obj\Some\Package and run the following something.csproj.deploy.cmd /y…
Tomas Jansson
  • 22,767
  • 13
  • 83
  • 137
1
vote
3 answers

TFS Build 2010 - Minify JS/CSS before deployment

I've got hold of the Ajax minifier in order to minify some JS and CSS files as part of a build/package/deploy process. It's a great tool and does exactly what we need. However, integrating this into our build/deploy process is proving very…
harman_kardon
  • 1,567
  • 5
  • 32
  • 49
1
vote
0 answers

MVC Core app_offline.htm with Web Deploy/FTP

Is it possible to tell Visual Studio 2017 to do the following: Upload app_offline.htm Delete all files Publish website Delete app_offline.htm I have tried with FTP and Web Deploy but to no avail. The app_offline.htm never gets uploaded. I have it…
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
0 answers

Web Deploy parameterization issue

I'm running into an issue with one of our Sitecore projects. The problem is that certain parameters won't get replaced... I've reproduced the issue in the GitHub repository shown…
1
vote
0 answers

Web Deployment Projects for Visual studio 2005 download

I'm trying to download Web Deployment Projects for Visual studio 2005 from Microsoft but i receive not found. http://download.microsoft.com/download/c/c/b/ccb4877f-55f7-4478-8f16-e41886607a0e/WebDeploymentSetup.msi The Help page is still active just…
BillyDay
  • 37
  • 1
  • 4
  • 14
1
vote
0 answers

Is there any way that we can get Web Deploy to make a backup before deploying?

The Web Deploy tool is great; we use it nearly every day. Is there any way that we can get WebDeploy to make a backup before deploying? Automating Deployment with Microsoft Web Deploy
huoxudong125
  • 1,966
  • 2
  • 26
  • 42
1
vote
1 answer

Dotnet Core 1.1 Azure Deployment: No executable found matching command "dotnet-publish-iis"

I'm getting an issue with deploying via git to Azure. My app called Blogg keeps getting hung up when the PostCompile command runs after the app gets published to the server. That command is:
mche
  • 616
  • 10
  • 16
1
vote
1 answer

Hiding artifacts or deploying from something else than artifacts?

Background and problem I have this open source repository that I have an AppVeyor build configuration for. This configuration creates an artifact for a website that needs to get published. This is because it only seems to be possible for AppVeyor to…
Mathias Lykkegaard Lorenzen
  • 15,031
  • 23
  • 100
  • 187
1
vote
3 answers

Visual Studio Web Deploy Error - "NormalizeServiceUrl"

I am setting up a new dev server, and moving some old projects to this. I opened up one of the older web projects. Setup the publish settings to use Web Deploy just like I have done for many projects. However, on this one I am getting the…
frmrock164
  • 47
  • 11
1
vote
2 answers

Is it possible to publish/deploy a web package, using a non-admin account, from the command line only?

The title needs some expansion. In summary, I am finding it impossible to: Deploy a web site to an IIS 8 host Using a Web Deploy Package Using the out-of-the-box publish functionality in VS 2013 Using a non-admin IIS Manager User, which is…
Chris Simmons
  • 6,924
  • 5
  • 31
  • 47
1
vote
1 answer

Permissions necessary to web deploy to IIS site

What permissions are necessary for a user to use web deploy to IIS running on a different server? When I try to deploy from VS 2010 using that users credentials, I get the below error. Error 36 Web deployment task failed.(Remote agent (URL…
Ryan Gates
  • 4,501
  • 6
  • 50
  • 90
1
vote
1 answer

WCF Service With Worker Threads

I have developed a WCF Service that upon request, will create a worker thread and begin a sometimes extensive process of working with large amounts of data. I require both this processing ability and the RESTful abilities of WCF Services to be able…
Smarter
  • 19
  • 6