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?
210 views Asked by Ted Elliott At
1
There are 1 answers
Related Questions in MSDEPLOY
- Using 'msdeploy' to sync a folder on a local IIS server with a remote IIS webserver
- Visual Studio ASP.NET app precompiled publish to Azure Web App results in Forbidden except for code from one branch, one computer
- How do you deploy ASP.NET Core Web API application to a local server?
- How to add an external file to Web Deploy Package
- msdeploy fails with ERROR_CONNECTION_TERMINATED on TeamCity
- SSL Error using AzureRmWebAppDeployment@4 to deploy net6 ASP app to azure App service
- Deploy Manifest project using MSBuild
- "Could not create SSL/TLS secure channel" when deploying via MSDeply to Web App
- Deployment Failure (Slack → Azure)
- How to deploy/reference built files in Azure DevOps Pipeline?
- Web deploy failing, says DESTINATION NOT REACHABLE
- Microsoft Web Deploy backup fails and doesn't recover
- Publishing a .NET 6 project with C# 10 implicit usings via Visual Studio 2022
- ARM Template - Deploying function using MSDeploy with zipped code in Azure Storage Blob
- Why do I get file not found error when publishing angular project using MSBuild
Related Questions in AUTOMATED-DEPLOY
- How to show commit hash as hyperlink in jenkins console output?
- Deploying multiple EC2 with different environment variables
- How to perform autorestart of Pods at scheduled time in openshift
- How do I change a setting for adobe in my active directory?
- The best way to automate deploy with bitbucket and a remote server (like digital ocean droplet) is with git hooks or pipelines?
- How to set buildtime environment variables in heroku?
- React Native npm run android is installing old apk in phone and looking for automated tools for generating offline apks
- Automate Deployment from windows server to Linux/Raspbian
- Python e-mail notifications from MS SQL database and Outlook
- Display hyperlink in Jenkins job
- Programmatically change the ip address a domain name resolves to for a specific query
- Select value from drop-down - Python Webbot
- How to automate publishing .NET web applications
- Is there a way to use external variable as choice parameters in jenkins?
- how do i automated MySQL data base restore everyday with crontab?
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?
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)
You cannot do this today. Can you explain more what you are trying to acheive?