we have 3 environments, qa, uat, and prod. How can the machine know this connectionstring has to hit a certain machine for each environment to get the values from the database?
does this allow me to publish to qa, then directly copy solution to uat and give the config the ability to use the correct environments connectionstrings?