Tagged Questions
0
votes
0answers
20 views
ASP.Net Web.config design [duplicate]
I'm working on an asp.net project that has oAuth keys and other keys I'd like to keep private and I'm looking for ideas on the best way to accomplish this.
My thinking is that in the web.config I ...
8
votes
3answers
824 views
User Configuration of a Shell Script. Best practices?
I am writing a shell script with a few variables that should be configured by the user. There will be an installer for downloading and configuring the script, possibly by asking a series of question. ...
2
votes
2answers
175 views
Should program behavior be modified using a config file or environmental variables?
I'm referring to *nix command line applications primarily, where you want to permanently modify the behavior from defaults.
Environmental variables are easily understood and implemented, usually ...
6
votes
4answers
542 views
Managing large number of app.config files
We have many windows services and web apps which all rely on a lot of common settings. Currently we use just appSettings as needed and they are referenced by key. Some of the settings are app ...