microsoft-web-deploy 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...

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 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 (...
Umbilical asked 14/8, 2015 at 7:41

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

3

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...
Wegner asked 6/6, 2011 at 12:58

1

Solved

I host ASP.NET MVC app on Azure so I use WebDeploy. There is a folder with my Publish Profile which include AppName Web Deploy.pubxml which include password for db. So if I pushed changes to Github...
Retrogress asked 15/2, 2018 at 1:24

1

Solved

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

4

Solved

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?
Judas asked 23/10, 2015 at 21:18

2

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 ...
Whitleywhitlock asked 7/2, 2017 at 6:48

3

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 ...
Dug asked 19/11, 2013 at 6:47

4

Solved

I am trying to build and deploy a .NET 4 project using MSBuild Web Deploy and TeamCity, I got this working fine (eventually) with an instance of TeamCity running on my local development machine, ho...

1

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

2

Solved

I installed VS2013Update 3 and now I get errors when opening an solution: The 'Microsoft.VisualStudio.Web.Publish.WebPublishPackage,MircosoftVisualStudio.Web.Publish' package did not load correctl...

1

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-uploa...
Sesqui asked 15/7, 2014 at 11:22

3

Solved

I am deploying a number of .Net projects to different servers. To do this my team is using TFS to build, then from the build template calling a ps1 script that uses msdeploy to push to all the diff...

2

Solved

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-Backu...
Anglophile asked 14/9, 2012 at 17:37

2

Solved

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 ...
Adnah asked 27/11, 2012 at 11:11

1

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 wh...
Jemmie asked 2/4, 2013 at 20:52

1

Solved

From my local machine to a development server, Web Deploy 3.0 works fine with Visual Studio 2012 publish profiles using the following command: msbuild .\myproj.csproj /verbosity:d /p:DeployOnBui...
Maroon asked 20/3, 2013 at 16:53

1

Solved

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 wa...
Forehanded asked 7/3, 2013 at 11:42

1

Solved

I work on a website on multiple computers, my work and my home pc. The source is maintained under a git repository. I use Web Deploy to publish the website to IIS on the public server. Everything w...
Ludmilla asked 18/10, 2012 at 14:18

1

I am not able to get this to work call "%MSDeployPath%msdeploy" -verb:sync -source:runCommand='backup.bat param1' -dest:auto,computername=10.xx.xx.xx,username=xxx,password=yyy It gives me: Wa...
Howlet asked 1/10, 2012 at 12:4

2

Solved

I've been using the Publish Wizard in VS2010 to deploy my MVC app and I've got no issues there but intermittently the publish will fail with the following error. Error 23 Web deployment task fai...

1

Solved

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

2

Solved

How do I create a folder using microsoft web deploy? Also, when I have created that folder how do I set the ACL on it? Can I do so when publishing to file system using Visual Studio? Or do I have ...
Zampino asked 28/9, 2011 at 15:1

© 2022 - 2024 — McMap. All rights reserved.