webdeploy Questions

3

I am still trying to get my head around MSBuild things. Currently I am fiddling around with deploying via powershell script using the generated scripts from the PackageWeb-Nuget-Package (video demo...
Gratify asked 22/5, 2013 at 13:47

2

I am trying to execute from command line msdeploy like for example following command: "C:\Program Files\IIS\Microsoft Web Deploy V3\msdeploy.exe" -verb:sync -source:package="Templates\TemplateAp...
Rossanarosse asked 20/5, 2014 at 9:46

2

Solved

We have a web project set up to deploy the same project to a handful of azure websites. When deploying to these websites, deployment in Debug mode works as expected. However when trying to deploy t...
Airstrip asked 26/1, 2015 at 14:30

0

In web.config I have: <applicationSettings> <App.Properties.Settings> <setting name="ProfitConnectorToken" serializeAs="String" xdt:Transform="Replace" xdt:Locator="Match(name)"&gt...
Introduction asked 8/6, 2017 at 11:2

2

Solved

I am trying to deploy a web app to Azure via Visual Studio Team Services (previously Visual Studio Online) release and deploy system. This was working fine until yesterday when I encountered the fo...
Contagious asked 8/6, 2016 at 9:52

1

Solved

It looks like web deploy is just a different way of calling msdeploy. I've read some documentation but still don't understand the difference between the two. It's still referred to as the "Web...
Spillar asked 1/5, 2017 at 18:38

3

Solved

I am setting up TeamCity to deploy our Website Project application (using a *.wdproj) and Web Deploy application to IIS. I have a build configuration that uses MSBuild.exe with the MSDeployPublish...
Ruscher asked 22/3, 2013 at 4:36

3

Solved

I'm trying to deploy my web app via Visual Studio 2015's "Publish" functionality to an Azure website/app service staging slot and I receive the following errors: C:\Program Files (x86)\MSBuild\Mic...
Radarscope asked 22/7, 2016 at 12:3

2

We have some ASP.NET web application which used in 2 ways: enterprise solution (msi-like installer) cloud solution (use same installer) Currently we use home-grown installer, but consider if we...
Lamppost asked 20/3, 2017 at 8:5

3

Solved

I am new to ASP.NET and I am trying to publish a web app. I have tried with 2 different hosts to do a web deploy but keep receving the error:- No executable found matching command "dotnet-bundle" ...
Dated asked 16/10, 2016 at 7:22

1

I have set a web deploy on a local Windows 2012 server with a new Site. I have set permissions to Administrator at IIS server level and at the Site level thru IIS Manager Permissions. I have crea...
Misanthrope asked 5/7, 2016 at 6:23

1

My team uses Web Deploy in order to deploy updates to our website on to our production server. The last few days I've been doing some housekeeping and have changed my password (which I made sure to...
Hannover asked 15/7, 2015 at 4:53

1

When I deploy my web site I need to: Take the site offline. run sql to update the database. update the web site. Put the site back online I would like to script as much of this as possible wit...
Pestalozzi asked 24/10, 2011 at 21:29

4

Solved

<TLDR> Is it at all possible to use ms web deploy to deploy a web application to a remote host from the command line with a non-administrator user? </TLDR> I have followed every point in Mic...
Nubia asked 26/3, 2014 at 15:46

4

Solved

I've got a bit of a challenge with a Windows 2003 machine where I need to run the web deploy agent on a port which isn't 80. By default, MsDepSvc will expose an endpoint at http://[server]/MsDeploy...
Shawm asked 3/5, 2011 at 9:10

4

Solved

Can I use the config transforms mechanism of MSDeploy to transform other files?
Jaunitajaunt asked 20/1, 2011 at 17:0

1

I have and .net/angular2 application, I'm publishing with WebDeploy. But when the publish finish I wanna run some command on the target machine like npm install npm run tsc There is a way to do ...
Whinchat asked 12/9, 2016 at 16:5

2

I'm trying automated web site deployment in Azure and I'm at the phase were I run web deploy commands. The command for production works fine and updates the content but the one for staging is faili...
Medlar asked 16/9, 2015 at 23:51

1

I have a IIS website with multiple application connected to the same app pool and I deploy regularly some of those website through web deploy with the msdeploy tool. One of this app is set to autos...
Lightface asked 26/7, 2016 at 15:6

2

Solved

Getting the following warning from aspnet_compiler.exe when building a deployment package: ASPNETCOMPILER(0,0): Warning : The following assembly has dependencies on a version of the .NET Framework...
Corkhill asked 15/5, 2014 at 17:36

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

6

Solved

I'm integrating MSDeploy into my build process, and having problems authenticating. The following command works fine: msdeploy -verb:sync -source:appHostConfig="KitchenPC",computerName=192.168.0.3...
Investment asked 20/10, 2012 at 3:21

3

Solved

I am running IIS 8 and Windows Server 2012. I have installed Web Deploy and when I try to select a user to give publishing permissions to, I immediately crash without any error dialogs. When I go i...
Nolan asked 19/12, 2013 at 3:5

4

Solved

A few times when I copy-paste *.cshtml files, Visual Studio for some reason sets Build Action on these files to be "None": This is impossible to detect when you work locally, because the files ar...
Interflow asked 14/1, 2015 at 23:17

4

Solved

Is it possible to insert an XML element into my web.config using Web Deploy's Parameters.xml system? The XmlFile parameter "kind" appears to be the closest to what I need, but its match attribute ...
Lucilla asked 19/4, 2011 at 16:41

© 2022 - 2024 — McMap. All rights reserved.