Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • Home
  • SEARCH
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 242449
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 11, 20262026-05-11T20:50:18+00:00 2026-05-11T20:50:18+00:00

I have learned that builds should be very straight forward and requires less human

  • 0

I have learned that builds should be very straight forward and requires less human intervention. In my situation, I have 3 environments, DEV (development version), SIT (STG integration testing) and UAT (user acceptance testing). All these environments have different database connection details and other settings (such as logging).

Currently when application needs to be deployed to SIT environment, what I need to do is to build the application. Install it on the target environment and modify the configuration file by hand. This is problematic as I may miss some entries. Things will get worse when configuration file is huge.

Questions

1 – Is there anyway to specify the environment name when making a build from VS. So that the configuration file for that environment will be used.

2 – What are the other methods which will help to reduce human intervention in builds?

3 – Assume my applications name is “Foo”. I have a package project in the solution which will create installable package. Is there anyway to specify the product title depending upon the environment? I mean if SIT is selected, product name when installing will be “Foo-SIT”. I guess this will avoid confusion of what environment version one is installing. I would be happy to hear any better alternatives if there are any.

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-11T20:50:18+00:00Added an answer on May 11, 2026 at 8:50 pm

    One way to handle this is to create 3 projects and put the environment in the name of the new projects. Then use a post-build event to copy the correct files based on the project name.

    Inside the post build event you can tell the project name based on the $(ProjectName) macro. So you can do things like

    IF "$(ProjectName)"="devproject" (
       copy ...
       copy ...
    )
    

    It’s best to make these projects defer most of the real work (compilation) to a single project so that you don’t have to keep settings up to date across multiple projects.

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I have learned that Windows uses UTF-16LE on x86/x64 systems. What about Linux? Which
I'm required to write a JCE provider. I have learned that I need to
I have learned from various tutorial that If a client can reasonably be expected
I recently learned that all stl containers have swap function: i.e. c1.swap(c2); will lead
I have an application that stores images in a database. Now I have learned
I have Visual Studio 2010. I learned that for creating event handlers we have
I have two questions: (1) I learned somewhere that -O3 is not recommended with
I just learned (the hard way) that Java Component s can only have one
I have learned that you need to call dispose() on Graphics objects that you
I have learned Perl and PHP.So I want to do simple real time project

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.