msdeploy Questions

6

Solved

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\v1...

34

I've been publishing my Lightswitch app using Visual Studio 2012 RC to my localhost (Win 7, SQL 2008 R2, IIS 7.5) just fine. Now I'm trying to publish to a remote server (Win 2008 R2, SQL 2008 R2, ...
Allantoid asked 3/8, 2012 at 13:35

13

Solved

Visual Studio 2010 has a Publish command that allows you to publish your Web Application Project to a file system location. I'd like to do this on my TeamCity build server, so I need to do it with ...
Ridgley asked 22/6, 2010 at 22:2

7

Solved

I am currently attempting to use Visual Studio 2010 'Publish' and MSDeploy functionality to handle my web deployment needs but have run into a roadblock with regards to customizing the package depe...
Wellmeaning asked 29/6, 2010 at 4:34

3

Solved

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 loc...
Stephens asked 28/10, 2016 at 10:59

12

Solved

I'm trying to build a Web Deploy package via msbuild on a new machine and it's not working. It builds fine on other machines, but here I get the following vague error: ...\Microsoft.Web.Publishing...
Smote asked 5/12, 2012 at 16:8

2

I am trying to use the -presync:runCommand option in MSDeploy and no matter what I try to run, I get the same error back: Error: A required privilege is not held by the client. I've tried a ha...
Mercaptide asked 7/12, 2010 at 19:37

5

I have been getting the error "Error_Connection_Terminated" when trying to deploy a site to my localhost from the developer command prompt using MSDeploy and I am at the end of my rope trying to fi...
Selfridge asked 9/2, 2015 at 17:49

13

Solved

From Windows 8 to Windows Server 2012 (IIS 8) with Web Management Services installed and working, I can use IIS Manager on W8 box to manage the remote server but I get a 404.7 from WMSvc when I exe...
Brindabrindell asked 13/12, 2012 at 23:46

5

Solved

Since Web Deploy 3.5 automatic encryption of connection strings is supported using the flag: –EnableRule:EncryptWebConfig. However, upon running it with: "C:\Program Files\IIS\Microsoft Web Deploy...
Revert asked 28/10, 2013 at 14:4

1

I am trying to build a web deploy package on the .net core sdk docker image to be used to deploy to a windows server running iis (the deployment being done on a seperate windows vm). This is the co...
Swing asked 16/6, 2020 at 23:43

4

I have a web application project: As you can see, there are 3 robots.txt files - one for each environment. There're also 3 publish profiles. Now, for each pubxml I want to pick the correct "rob...
Christmann asked 19/4, 2014 at 9:48

7

Solved

I just installed VS 2013, upgrading from VS 2010. Creating a web deployment package zip file used to work in 2010. using VS 2013's Publish Web feature to publish to a Web Deploy Package, I getting ...
Radical asked 29/10, 2013 at 21:45

4

Solved

When publishing a dacpac with sqlpackage.exe, it runs Schema Compare first, followed by pre-deployment scripts. This causes a problem when, for instance, you need to drop a table or rename a column...

1

Solved

When publishing an ASP.NET Core 6 web application with C# 10's <ImplicitUsings /> enabled to an Azure App Service from a Visual Studio 2022 publishing profile, the publishing build fails due ...
Aldarcie asked 10/11, 2021 at 3:4

3

I cannot make it, so that the Publish from visual studio doesnt delete the App_Data folder on the server website. But i would also like it to keep deleting all files (except that folder) to keep th...
Lehet asked 24/2, 2016 at 6:42

2

Solved

I have a Visual Studio Online build definition that seems to be misbehaving, but I'm not sure if I've just misconfigured something. There is a build step which is configured as follows: Type: Vis...
Thurible asked 20/1, 2017 at 5:27

4

Solved

I am trying to deploy my application using the following msdeploy command: MSDeploy.exe -source:contentPath="C:\Users\myUser\Documents\ui\dist" -dest:contentPath='c:/inetpub/wwwroot/dist',computer...
Pusey asked 8/7, 2016 at 16:56

3

Solved

I am trying to deploy a site using msdeploy and cannot get it to deploy under an IIS user account. My admin account is able to deploy successfully. Steps I have taken: Created IIS user account G...
Yeast asked 7/8, 2012 at 11:3

2

Azure DevOps Build artifact drop contains following files: Project1.zip Project1.deploy.cmd Project2.zip Project2.deploy.cmd These files are a result of build output of a single solution. I...
Tomasine asked 4/7, 2019 at 15:40

3

Solved

Using Visual Studio and MSBuild I would like to be able to exclude all .js files and include all .min.js files in my deployments. I know this can be achieved using the file properties in visual st...
Brumley asked 27/8, 2014 at 10:48

8

Solved

I have problem with MsDeploy to publish my website to remote IIS from Visual Studio. I encountered the following error: Microsoft.Web.Delegation.DeploymentAuthorizationException: Not able to l...
Devy asked 23/9, 2013 at 8:19

1

Solved

I'm using msdeploy on gitlab with this args: [string[]]$msdeployArgs = @( "-source:package='$packageFile',IncludeAcls='False'", "-dest:auto,ComputerName='https://$($server):8172/MsDeploy.axd?sit...
Christiansen asked 29/7, 2018 at 9:32

5

Solved

I'm looking for a command to run against the MSBuild.exe that just takes a MVC 4 project and publishes it to a given directory. For example, MSBuild <solution>/<project>.csproj -publ...
Poulterer asked 17/12, 2012 at 18:44

8

Solved

I am using msdeploy to push out website code to 4 different servers (test and production servers). Works fine on the first 3, but the 4th is giving me an ERROR_CERTIFICATE_VALIDATION_FAILED error. ...
Dar asked 12/10, 2015 at 19:2

© 2022 - 2025 — McMap. All rights reserved.