I have a team of three developers, two of whom use a standard local test database, one of which uses its own database, as well as a server environment with a production database and a test database.
This means that multiple connection strings are required.
The web.config file is periodically updated and continues to be changed by each developer when performing version control updates, as well as the fact that sometimes the developer accidentally checks the connection string in his personal web.config file, which temporarily interrupts us after starting a subsequent update from the original element management.
What can I change so that the web.config file can be fixed / updated as often as necessary and not lead to breaking connection lines for other developers or require changes before it can be loaded into a test or production environment?
Nathan ridge
source share