I have multiple application on same server [Websites,API's etc]. For these I have used app.config/web.config files respectively. But managing these files required manual intervention which is quite risky due to their syntax.
I have suggested to use database to store config , but I think it will be expensive calls,as server will hit for numerous requests.
Can I use system variables to achieve this? Please suggest better way to accomplish this.