I have a client side app (WPF) that hits my web services.
When I am running in dev I want to hit the Dev version of these web services. When I am running in the Test environment I want to hit the test version of the services. Like wise for production.
Since these values are in my app.config file what is the best way to switch between them?