We have an app.config file that lists specific endpoint addresses and also some additional service settings. We would like to change these settings using an external config file set by the environment that it is placed in. What we would like it to do is dynamically read the external config file for that environment without hard coding values.
I know there is a way to specify an external file in the section specific to that section. Is there a way to dynamically set this location?