webdeploy Questions

6

Solved

I am trying to use MSDeploy to deploy an MVC project to the server using TeamCity. When I do this on my computer in powershell, using the following command: msbuild.exe .\mvc.csproj /p:PublishProf...
Haggle asked 9/1, 2013 at 13:11

2

Solved

I'm configuring a CI build server with Jenkins. After the build steps I'd like to deploy the website. When publishing the the website from VisualStudio I published by Web Deploy. I like that metho...
Fromenty asked 24/3, 2016 at 1:14

3

I can't seem to be able to deploy a site to a windows server 2012 r2 running IIS and Web Deploy in Azure VM. I have verified that the port is open, the credentials are correct and the site name as ...

2

Solved

I have a solution that has 10-20 web projects, and I am trying to use msbuild webdeploy to deploy them. msbuild "mysolution.sln" /p:DeployOnBuild=true /p:PublishProfile="Debug" However, I got t...
Nepenthe asked 19/6, 2017 at 14:58

1

In the Microsoft ecosystem, people were happily deploying web apps using WebDeploy Packages until Docker came along. Suddenly everyone started preferring to use Docker instead, with articles being ...
Homogenous asked 8/6, 2018 at 23:56

2

Solved

I have a sub application underneath an IIS website, and I can deploy it using the publish wizard in Visual Studio no problem. However, I'm automating our deployment from our build server so I pref...
Deanery asked 6/9, 2012 at 13:48

4

I'm running into the following error when trying to deploy an azure website via TFS continuous deployment. I'm using the TfvcContinousDeploymentTemplate.12.xaml build definition template. Excep...
Vigen asked 12/9, 2014 at 17:24

3

Solved

I have installed Web Deploy 3.5 on Windows Server 2008 R2 and tried to run remote publish web application through visual studio 2012. However, I got the error - Destination Not Reachable. I read s...
Northwestwards asked 19/9, 2013 at 5:48

3

Solved

I have a Web Deploy 3.5 package that I want to deploy to a remote server. How do I specify the name of the site on the MSDeploy.exe command line? Here's what I have so far: C:\Program Files (x86)...
Essayistic asked 10/1, 2014 at 23:16

3

Solved

We've got a single page application on Angular 5 with an ASP.NET backend, and when we compile it, the release contents for Angular are output to a folder "Project\dist". This works great on local...

2

Solved

Overview I am building a deployable web package that can be imported into IIS that automatically prompts for settings needed by my ASP.NET Core application. I already created a package that will d...
Ultramontane asked 16/10, 2017 at 19:28

5

Solved

I deploy website through Teamcity using webdeploy method: web.csproj /P:Configuration=%env.Configuraton% /P:DeployOnBuild=True /P:DeployTarget=MSDeployPublish /P:MsDeployServiceUrl=%env.Deplo...
Depression asked 15/8, 2013 at 7:58

6

Having problems deploying a website to an windows 2008 r2 server running IIS7. I have previously deployed another site to this server. The web deploy is connecting and copying my files to server bu...
Linnealinnean asked 20/7, 2012 at 13:47

7

Solved

I'm trying to use WebDeploy to publish a website using custom MSDeploy skip rules and a publish profile saved in Visual Studio 2012. I have the publish profile working from the command line, but t...

2

Solved

I'm getting the following error when trying to publish my Web API to a server: The command "dotnet bundle" exited with code 1 This is the publish screen: This is the error from output: Can a...

3

Solved

I'm trying to publish an web application but it's stuck for the last 10 minutes at Adding ACL's for path. I have no clue why it's stuck there, I published multiple times without a problem.
Paez asked 27/7, 2014 at 11:37

10

Solved

I'm getting an unauthorized error from MsDeploy using NTLM authentication when trying to remotely deploy an application using a windows user who is not a local admin on the destination server. I ha...
Virginity asked 26/1, 2011 at 16:27

1

I'm try to deploy a simple web application from my dev machine to IIS running on a Windows 7 Professional virtual machine. On this machine I did the following: Installed Web Deploy 3.6, making s...
Centring asked 31/5, 2016 at 8:25

5

When running a web deploy to a specific IIS site I get the following error: Error: The synchronization is being stopped because the maximum number of sync passes '5' has been exceeded even though ...
Tympan asked 25/1, 2012 at 21:13

2

Solved

We have a database project with views which join to tables in another database. The other database is in a different solution. This failed to build until we added a reference to a DacPac from the o...
Pericardium asked 8/12, 2014 at 19:44

1

Solved

I have a project which is being updated to use the new .csproj format. We used to use the following msbuild arguments: msbuild Logging.sln /p:WebPublishMethod=Package /p:PackageAsSingleFile=true /...
Burner asked 6/9, 2017 at 15:6

1

i installed the VS2017 build tools with vs_buildtools.exe --add Microsoft.VisualStudio.Workload.MSBuildTools --quiet but now when I build with the installed MSbuild, passing the /p:DeployOnBuild=tr...
Sepal asked 16/3, 2017 at 19:56

1

Solved

On the destination server I want do delete a folder (and all it's files) under the App_Data folder. It should happen just before I push the new files to the destination server. How can I to this? ...
Calcariferous asked 3/8, 2017 at 10:35

1

Solved

I am trying to create a PowerShell v5 script to build and publish a VS2017 WCF Web Service Application (.NET Framework 4) so that I can automate it in Bamboo. I have the msbuild command working tha...
Abbottson asked 28/7, 2017 at 16:15

2

I've been using web.config transforms for a while now, for deployment on a few of our projects. What I'm now trying to achieve, is to have Web Deploy's 'Import Package' screen to prompt to check &a...
Janot asked 25/7, 2012 at 7:0

© 2022 - 2024 — McMap. All rights reserved.