Currently, I have multiple applications that share the same DB connection string & the DB connection string stores in web.config file.
The issue I am facing now is I found extremely troublesome to update the DB connection string among the applications.
For example, there are 10 running applications, so there are 10 web.config files I have to update. Therefore, I have to open these 10 web.config files one by one and modify the DB connection string.
Is there any good practices or methods to ease the DB connection management for this scenario?