Hello,
I want to manage my connection strings in a centralized place. There are many applications that use connection strings. Currently, if one of my database connection string is changed, i have to change it in all applications config file on all servers one by one. It's time consuming and all connection strings can not be replaced at the same time. Is there any best practice or good methods to manage it well?