Questions tagged [msdeploy]

Microsoft command line tool for deploying, synchronizing and packaging web applications, content and configuration settings to IIS Web Servers.

1102 questions
0
votes
1 answer

Use MsDeploy with MsDeployAgentService to deploy to a specific site

I am trying to deploy a site from a folder to my web server using MsDeploy. The web server has the MsDeployAgentService installed. I was able to deploy the site using the following command to msdeploy. msdeploy -verb:sync…
jacksonakj
  • 882
  • 1
  • 10
  • 21
0
votes
1 answer

Need advice regarding deployment on multiple remote machines

Currently I am using ms-deploy to build and deploy on several machines using team-city. In my current scenario, I need to build, package and deploy on Dev. After this I need to deploy this package on test and Live servers (which are on different…
sam
  • 4,388
  • 10
  • 56
  • 109
0
votes
1 answer

Appharbor live deployment of builds

What is the best strategy to deploy the latest build to the AppHarbor live site without users seeing any error while the deployment is in progress. Worker process will always be restarted when you deploy a fresh build though. What is the recommended…
gsk
  • 1,223
  • 15
  • 32
0
votes
3 answers

Need help regarding web config transformation in artifact paths

I am trying to set different artifact paths configuration wise. e.g In general settings of teamcity I am specifying following artifact paths: testing\obj\Deploy-Dev\package testing\obj\Deploy-Test\package testing\obj\Deploy-Live\package But when I…
sam
  • 4,388
  • 10
  • 56
  • 109
0
votes
1 answer

Ms deploy publish unneeded files like designer files

I am using ms deploy for publishing my web application by command line, I have use following command
Pavan Tiwari
  • 2,716
  • 2
  • 25
  • 56
0
votes
1 answer

Why is TeamCity ignoring my web project's package/publish settings when executing my build via MSBuild?

When I run the following msbuild command: msbuild /t:Package /p:Configuration=Release;PackageLocation={MY PACKAGE LOCATION} My package is created correctly and the contents of my SetParameters file looks like this:
David Peden
  • 15,239
  • 6
  • 46
  • 70
0
votes
1 answer

MSDeploy task and presync

Is it possible to specify preSync/postSync commands via MSDeploy task? If not, how do I accomplish this?
Alex I
  • 1,514
  • 1
  • 13
  • 17
0
votes
1 answer

MSDeploy skip delete not working

I want to skip the deletion of the files on the \log folder on a web application running on a IIS virtual path: 'website\v2\service' I tried the command line: "msdeploy.exe" -source:package='Package.zip' -dest:auto,computerName='https://host …
0
votes
1 answer

What state is my SQL server database in when msdeploy fails on user creation?

I am using msdeploy (version 2) to transfer a database from machine A to machine B. On in the database on machine A there are some users that do not exist on machine B, thus the transfer (partially) fails with the message: Error Code:…
steenhulthin
  • 3,997
  • 4
  • 31
  • 52
0
votes
1 answer

Trying to use Web Deploy's setAcl provider on a sub-directory?

I'm trying to make a subdirectory (config) in a Web Deploy package writable to the application pool user. It looks as though I'm trying to do exactly what is in this post: Can Web Deploy's setAcl provider be used on a sub-directory? The publish…
Ben Ripley
  • 2,015
  • 20
  • 30
0
votes
1 answer

msdeploy Visual Studio 2010 Database Project (dbproj)

I understand that you can package/deploy a database project from Visual Studio, but, does the database project produce an output that can be deployed using msdeploy, or are they totally unrelated? e.g. msdeploy.exe -deploy…
KierenH
  • 159
  • 2
  • 8
0
votes
1 answer

Prevent accidental update of host database WebMatrix

I use WebMatrix for deployment of files and databases during development. I want to continue to use it after development for updating files on the host. I also want to synchronize my local database to the host database, but never the other way…
ATL_DEV
  • 8,679
  • 11
  • 49
  • 94
-1
votes
0 answers

Sql files deployment using Ms Deploy

I am trying to deploy sql files using MS deploy without port number in connection string the process was fast, while using with port number each and every objects takes minimum 40 sec (apprx).Why this delay occurs using MS deploy for sql deployment…
-1
votes
1 answer

Function MSDeploy and Event Grid Subscription Race Condition in ARM Template

I am deploying a function using MSDeploy extensions and then deploying event grid subscription with this function as endpoint. Event grid deployment fails with message - "details": [ { "code": "Endpoint validation", "message":…
user2848940
  • 41
  • 10
-1
votes
1 answer

TFS Release Task to Deploy a Web Deploy Package to specific directory

I've been digging for hours and i haven't been able to find what i would think is a pretty common scenario. I am attempting to deploy a Web Deploy Package to my existing Web Site\Web App via a TFS Release. The location of my existing Web Apps is…
1 2 3
73
74