Is it possible to have your parameter files for msdeploy stored and accessed from the target server, or does information for each server have to be kept on the machine that you are publishing from? I am setting up automated builds and hoping to be able to deploy to multiple servers. It would be nice if the parameter file could be kept on the target server for the connection string changes since that information is already on the machine in the Web.config and I wouldn't have to store them all on the build server or in source control.
Can MSDeploy Parameter files be stored and accessed on target server?
207 Views Asked by Ted Elliott At
1
There are 1 best solutions below
Related Questions in MSDEPLOY
- msdeploy stop working, getting error Code: ERROR_USER_NOT_ADMIN
- How to deploy a WCF service library with teamcity
- Web Deploy ignores SkipExtraFilesOnServer set by MSBuild
- MSDeploy build after win upgrade
- Visual Studio 2012 web deploy InvalidParameter: index
- What is the best practice for updating an already existing web app deployment using ARM?
- Unable to publish to Azure web app from a .net core application
- Using DestinationVirtualDirectory in msdeploy to set Physical Path Location
- msdeploy is taking too long from command line and less time using Visual Studio
- How to pass PCI compliance when MsDeploy requires WMSVC certificate?
- Publishing lightswitch app via command line does not work
- TFS - Deploy test versions of different branches
- ASP.NET Website Project auto deploy with TFS 2013 build
- Passing Parameters in MS Web Deploy Command Line Deployment
- VS2013 Publish - FileSystem output as zip
Related Questions in AUTOMATED-DEPLOY
- Path size issues related to working with node/npm on a build server
- Python e-mail notifications from MS SQL database and Outlook
- Requirements for TFS automated build and publish
- Can MSDeploy Parameter files be stored and accessed on target server?
- Octopus Deploy: How to Deploy Different Projects to Different Production Machines
- Windows Mobile 6.1 Automated Application Web Deployment
- How to test JBoss deployment automatically?
- Automatic Deployment to Multiple Production Environments
- Create Azure Cache Programmatically
- How to avoid a build and deployment of dependencies which have no code changes
- React Native npm run android is installing old apk in phone and looking for automated tools for generating offline apks
- How to set buildtime environment variables in heroku?
- How to perform autorestart of Pods at scheduled time in openshift
- Chef cannot upload cookbook to automate server
- Azure Resource Group Error: A parameter cannot be found that matches parameter name 'EnvironmentName'
Trending Questions
- UIImageView Frame Doesn't Reflect Constraints
- Is it possible to use adb commands to click on a view by finding its ID?
- How to create a new web character symbol recognizable by html/javascript?
- Why isn't my CSS3 animation smooth in Google Chrome (but very smooth on other browsers)?
- Heap Gives Page Fault
- Connect ffmpeg to Visual Studio 2008
- Both Object- and ValueAnimator jumps when Duration is set above API LvL 24
- How to avoid default initialization of objects in std::vector?
- second argument of the command line arguments in a format other than char** argv or char* argv[]
- How to improve efficiency of algorithm which generates next lexicographic permutation?
- Navigating to the another actvity app getting crash in android
- How to read the particular message format in android and store in sqlite database?
- Resetting inventory status after order is cancelled
- Efficiently compute powers of X in SSE/AVX
- Insert into an external database using ajax and php : POST 500 (Internal Server Error)
Popular Questions
- How do I undo the most recent local commits in Git?
- How can I remove a specific item from an array in JavaScript?
- How do I delete a Git branch locally and remotely?
- Find all files containing a specific text (string) on Linux?
- How do I revert a Git repository to a previous commit?
- How do I create an HTML button that acts like a link?
- How do I check out a remote Git branch?
- How do I force "git pull" to overwrite local files?
- How do I list all files of a directory?
- How to check whether a string contains a substring in JavaScript?
- How do I redirect to another webpage?
- How can I iterate over rows in a Pandas DataFrame?
- How do I convert a String to an int in Java?
- Does Python have a string 'contains' substring method?
- How do I check if a string contains a specific word?
You cannot do this today. Can you explain more what you are trying to acheive?