Top "Configuration-files" questions

Files that configure the initial settings for some computer programs.

Why does the yocto bblayers.conf file use absolute paths?

The yocto project allows the use of relative path in most of its configuration files but not within the ./build/…

configuration-files absolute-path yocto bitbake
WSE032 error, WebServicesConfiguration cannot load config. section

I have developed a small tool to upload salary information to the swiss administration and I used WSE 3.0 with success. …

c# configuration-files wse wse3.0
How do you prevent the IIS default site web.config file being inherited by virtual directories?

I have the following code in a web.config file of the default IIS site. <httpModules> <add …

.net asp.net configuration configuration-files
boost::program_options - how to handle multiple sections with the same name in INI file

In a config like below; is there a way to handle individual sections. I am looking for a way to …

c++ configuration-files ini boost-program-options
How do you handle command line options and config files?

What packages do you use to handle command line options, settings and config files? I'm looking for something that reads …

c++ command-line configuration-files options configuration-management