What's the best practice in a desktop application for configuring WCF services to connect do different endpoints depending on whether your in a development environment, system testing environment, production, etc...? When I did web application development connecting to DBs, I modified the web.config to have different connection strings based on vertical. Is it the same approach with WCF endpoints and just update the app.config file?
Thanks!