asp.net - Manage Configuration file access setting from one place -


we have single lower environment server publish our applications developer testing, pre-business testing etc. problem facing here developers changing settings in config file convenience.

for example, development application should point development sql db, changing qa. , in cases instead of publishing application staging changing qa connection strings staging because publishing staging requires effort (merging code main branch etc). no matter how many times send email development group keep doing same thing.

is there way control web.config/app.config edit permissions , limit 1 person based on application?

if sql server connection string problem, can use cliconfg.exe set specific alias, in case must configure alias on each server in environment (development, test , production), this, connection string "data source = srvdbapp" on web. config / app.config. internally each client sql server redirect corresponding database.


Comments

Popular posts from this blog

java - Oracle EBS .ClassNotFoundException: oracle.apps.fnd.formsClient.FormsLauncher.class ERROR -

c# - how to use buttonedit in devexpress gridcontrol -

nvd3.js - angularjs-nvd3-directives setting color in legend as well as in chart elements -