Do you Create a Deployment Batch file and SetParameters file for each Environment?
Do you Create a Deployment Batch file and SetParameters file for each Environment?
Last updated by Brady Stroud [SSW] on 22 Jul 2021 06:00 am (10 months ago) See History
You should create a Deployment Batch file and SetParameters file for each Environment.
Figure: Good Example - The batch file specifies the target Server, the ProjectName name to deploy, and the configuration file to use. You can also optionally supply additional parameters.
Figure: Good Example - The SetParameters file specifies MS Deploy parameterisation values. Most important is the target “IIS Web Application Name” on the target serverSee Vishal’s blog for more details.