webdeploy Questions

3

Solved

I'm having a few problems breaking out an MsBuild package+deploy command into two separate commands. (I need to do this to pass additional parameters to MsDeploy). The command that works fine loo...
Farleigh asked 30/3, 2011 at 15:6

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

I have a project, for which the publish (web deploy) to localhost was working under VS 2010. I made no changes to the project, other than opening it in VS 2012 RC. The publish from VS 2012 RC fai...
Selfdeceit asked 13/6, 2012 at 18:51

1

Solved

I have a very simple ASP.NET MVC 4 application and I can publish it easily to my local or inhouse IIS via WebDeploy. Deployment to Azure Websites works as expected on my local machine and with Vi...
Polity asked 8/5, 2013 at 6:17

1

Solved

I'm wanting to know how to perform the following Build & package an ASP.NET website to the file system Be able to deploy the website to one or more environments. I want to the transforms of c...
Dedie asked 3/5, 2013 at 7:11

2

Solved

I'm using Microsoft's Web Deploy Remote Agent service to allow me to easily publish code to the server from within Visual Studio. The web site I am deploying is using log4net to log messages to lo...
Couchman asked 23/4, 2013 at 16:44

1

Solved

I am searching for a solution that allows me to generate a Web Deploy Package and the associated deploy.cmd and SetParameters.xml. But I need to generate a deploy.cmd and SetParameters.xml Per En...
Impotence asked 22/4, 2013 at 13:6

1

Solved

Multiple TFS 2010 MSBuilds are not triggering Web Deploy to publish the web application to the IIS website. This is for multiple different software products, multiple different build configuratio...
Samella asked 26/3, 2013 at 15:17

4

We have a single solution which contains one webapp project and some accompanying projects. Our TFS 2010 is building this solution every night and deploys the webapp to an IIS server. It runs like ...
Erastian asked 23/6, 2011 at 16:1

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

I'm trying to deploy an ASP.net MVC Web Site using a non-administrator account (with Web Deploy 3.0). According to all the videos and documentation I've seen this is possible. However, when I try t...
Erumpent asked 6/3, 2013 at 17:31

2

I have a Visual Studio 2012 solution, which contains three web projects. Each of them has a web deploy publish profile, which creates a package in a specific directory. The solution itself also has...
Indult asked 25/2, 2013 at 13:38

1

I've just clone OrchardCMS from codeplex, built it and tried to deploy it to my web hosting service using Visual Studio's 'Publish' command. No files get published and the publish fails with the f...
Motor asked 1/2, 2013 at 18:45

5

Solved

I'm trying to get msdeploy installed and set up. I've installed the remote service on the web server, but all my tests are giving me a 401 unauthorised error. The server is Windows 2008 R2. I'm t...

2

Solved

Is it possible to use web deploy from multiple developer PC's? When we try to do so it seems we need to re-publish everything when someone else wants to do a deploy. Are we doing something wrong,...
Jamesy asked 20/11, 2012 at 8:1

1

Solved

On four Win Server 2008 R2 boxes, we have MS Deploy installed. It listens on port 80 and 8172 which throws into doubt all the other material out there on the web about how there's no need to change...
Chloroprene asked 28/11, 2012 at 10:5

2

Solved

Im am trying to get MSDeploy to execute a PowerShell script on a remote server. This is how i execute MSDeploy: msdeploy \ -verb:sync \ -source:runCommand='C:\temp\HelloWorld.bat', \ waitInter...
Peat asked 21/11, 2010 at 13:53

1

I am using Web Deploy for publishing an ASP.NET MVCwebsite in Visual Studio 2010. Is there any way to run a .bat file on server after this publish automatically?
Wirephoto asked 30/8, 2012 at 11:31

1

Solved

The new pubxml files in ASP.NET 4.5 are definitely a step in the right direction. I also like msdeploy's support for parameters.xml files (even though they are sometimes not as powerful as I would ...
Hammering asked 23/10, 2012 at 12:19

1

I've read many posts, documentation pages etc. regarding WebDeploy via VS2012 and via command line. In all of the deployment scenarios, I noticed that the destination site should already exist on ...
Lampas asked 4/10, 2012 at 10:57

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

1

Solved

I am passing several skip arguments to msdeploy in order not to synchronize(Delete and Update) some directories and files -skip:skipAction='Update',objectName='filePath',absolutePath='.*\\documen...
Anxiety asked 1/10, 2012 at 14:53

1

Solved

In my ASP.NET MVC project I have added a parameters.xml file that looks like: <?xml version="1.0" encoding="utf-8" ?> <parameters> <parameter name="Application Pool" description="A...
Chesterton asked 3/9, 2012 at 2:22

2

Solved

I'm having a hard time getting my third party non-reference assemblies deployed via Webdeploy withing the Visual Studio 2012 UI. I have a folder called 'libraries', which contains some assemblies. ...

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

© 2022 - 2024 — McMap. All rights reserved.