As .Net Developers we often need to change web.config/app.config settings. We also need to share web.config/app.config without clobbering each others settings via Visual Source Safe (VSS). There are two kinds of config changes. 1. Changes that you do not want other developers to inherit a. Connection string changes or settings values i. that do not change the config structure ii. that need to vary between developers · You should: 1. Point to each config files with Windows Explorer 2. Uncheck the...