Files that configure the initial settings for some computer programs.

learn more… | top users | synonyms

144
votes
7answers
84k views

Best practice to save application settings in a Windows Forms Application

What I want to achieve is very simple: I have a Windows Forms (.NET 3.5) application that uses a path for reading information. This path can be modified by the user, by using the options form I ...
52
votes
9answers
35k views

WCF Configuration without a config file

Does anyone know of a good example of how to expose a WCF service programatically without the use of a configuration file? I know the service object model is much richer now with WCF, so I know it's ...
14
votes
2answers
21k views

WCF service configuration file question regarding <baseAddresses>

From what I've seen the tag is ignored when hosting a WCF service in IIS. I understand that when self-hosting this is required but is this harmful or even used when operating under IIS? ex. ...
19
votes
8answers
4k views

Mercurial: How to ignore changes to a tracked file

I have a file with database settings in my project which I have set to some defaults. The file is tracked by Mercurial and checked in. Since this file will be edited with different values various ...
33
votes
3answers
21k views

How to implement a ConfigurationSection with a ConfigurationElementCollection

I am trying to implement a custom configuration section in a project and I keep running up against exceptions that I do not understand. I am hoping someone can fill in the blanks here. I have ...
20
votes
9answers
2k views

How to version control config files pragmatically?

Suppose we have a config file with sensitive passwords. I'd like to version control the whole project, including the config file as well, but I don't want to share my passwords. That could be good, if ...
29
votes
6answers
43k views

How to programmatically modify WCF app.config endpoint address setting?

I'd like to programmatically modify my app.config file to set which service file endpoint should be used. What is the best way to do this at runtime? For reference: <endpoint ...
14
votes
6answers
5k views

Programmatically encrypting a config-file in .NET

Could somebody please do a rundown of how to programmatically encrypt a config-file in .NET, preferably in C#. What I would like to do is do some kind of check on an application's startup to see if a ...
7
votes
2answers
9k views

How to load a separate Application Settings file dynamically and merge with current settings?

There are questions pertaining to reading settings from a separate config file and others similar to it, but my question is specific to application property settings (i.e. ...
12
votes
3answers
5k views

Which design patterns can be applied to the configuration settings problem?

In large and complex software products managing configurable settings becomes a major pain. Two approaches I've seen to the problem are: have each component in the system load its own configuration ...
18
votes
4answers
5k views

What is the best way to store configuration variables in PHP?

I need to store a bunch of configuration information in PHP. I have considered the following.... // Doesn't seem right. $mysqlPass = 'password'; // Seems slightly better. $config = array( ...
28
votes
12answers
7k views

Registry vs. INI file for storing user configurable application settings

I'm a new Windows programmer and I'm not sure where I should store user configurable application settings. I understand the need to provide a user friendly means for the user to change application ...
15
votes
5answers
19k views

Read custom configuration file in C# (Framework 4.0)

I am developing an application in C# under Framework 4.0. In my application I would like to create separate configuration file that is not the app.config file. The configuration file contains custom ...
10
votes
2answers
58k views

Java - encrypt / decrypt user name and password from a configuration file

We are busy developing a Java web service for a client. There are two possible choices: Store the encrypted user name / password on the web service client. Read from a config. file on the client ...
4
votes
4answers
2k views

Options for wiring dependencies with NInject

With NInject (preferably 2.0), what options do we have wrt wiring up our object dependencies in a web application? Can they be defined in an XML configuration file? Or does it have to be done via ...
76
votes
7answers
21k views

How to store Node.js deployment settings/configuration files?

I have been working on a few Node apps, and I've been looking for a good pattern of storing deployment-related settings. In the Django world (where I come from), the common practise would be to have a ...
26
votes
7answers
11k views

Installing a configuration profile on iPhone - programmatically

I would like to ship a configuration profile with my iPhone application, and install it if needed. Mind you, we're talking about a configuration profile, not a provisioning profile. First off, such ...
14
votes
6answers
8k views

How to create a custom yaml config file in Symfony

What I want to do is quite simple: store data in a custom config file that I want to read later on. I created my file something.yml that I put in the global config directory. It looks like that: ...
10
votes
7answers
9k views

Using Python's ConfigParser to read a file without section name

I am using ConfigParser to read the runtime configuration of a script. I would like to have the flexibility of not providing a section name (there are scripts which are simple enough; they don't need ...
6
votes
3answers
4k views

how to have custom attribute in ConfigurationElementCollection?

for configuration as following <MyCollection default="one"> <entry name="one" ... other attrubutes /> ... other entries </MyCollection> when implement a MyCollection, what ...
2
votes
6answers
4k views

Storing connection strings in machine.config vs storing them in web.config

For a dedicated server, is it better to store the connection string in web.config or machine.config? what's the advantages and disadvantages of each approach? Thanks Edit: I'm concerned about ...
15
votes
1answer
8k views

How to enable configSource attribute for Custom Configuration Section in .NET?

following the wealth of information found here how can we get an external .config to work? I've tried the same setup I would use for an external appSettings file, but it is unable to find the file for ...
7
votes
4answers
6k views

How to programatically modify assemblyBinding in app.config?

I am trying to change the bindingRedirect element at install time by using the XmlDocument class and modifying the value directly. Here is what my app.config looks like: <configuration> ...
7
votes
4answers
6k views

Read all the contents in ini file into dictionary with Python

Normally, I code as follows for getting a particular item in a variable as follows try: config = ConfigParser.ConfigParser() config.read(self.iniPathName) except ...
29
votes
15answers
5k views

Application configuration files

OK, so I don't want to start a holy-war here, but we're in the process of trying to consolidate the way we handle our application configuration files and we're struggling to make a descision on the ...
8
votes
5answers
6k views

Reload configuration settings from an external config file during run-time

I'm writing a game server in C# and would like to reload or refresh settings from a config file while the server is running. Ideally I would like to save the settings in an XML file, have the ability ...
7
votes
2answers
6k views

Python's ConfigParser unique keys per section

I read the part of the docs and saw that the ConfigParser returns a list of key/value pairs for the options within a section. I figured that keys did not need to be unique within a section, otherwise ...
6
votes
6answers
642 views

What's the best practice for handling system-specific information under version control?

I'm new to version control, so I apologize if there is a well-known solution to this. For this problem in particular, I'm using git, but I'm curious about how to deal with this for all version control ...
2
votes
2answers
1k views

When is web.config read?

I'm doing research for an article on the ASP.NET Pipeline, but none of the resources I've covered so far adequately explain when the machine level, and application level, and possibly even ...
11
votes
3answers
4k views

PowerShell App.Config

Has anyone worked out how to get PowerShell to use app.config files? I have a couple of .NET DLL's I'd like to use in one of my scripts but they expect their own config sections to be present in ...
5
votes
5answers
3k views

.NET 3.5 DLL using its own config file

I need to have a .NET 3.5 DLL have its own config file. This DLL could be called from many different apps so the information (like connection strings) stored in the config file needed to be kept in a ...
0
votes
4answers
7k views

Changing App.config at Runtime

I'm writing a test winforms / C# / .NET 3.5 application for the system we're developing and we fell in the need to switch between .config files at runtime, but this is turning out to be a nightmare. ...
10
votes
5answers
10k views

What's in an Eclipse .classpath/.project file?

We recently had an issue with an Eclipse project for one of our team members. Tomcat was not deploying JARs of the application. We eventually noticed the .classpath Eclipse file was not the same as ...
5
votes
2answers
2k views

Is it possible to use multiple ehcache.xml (in different projects, same war)?

I have a services project and a web project. I need to have eh-cache in both projects. The idea is that if the service project is updated, it's cache-related changes (like keys and invalidation ...
4
votes
2answers
3k views

FitNesse configuration files

I'm using FitNesse as a functional testing framework. I'm running into trouble when FitNesse runs code that needs configuration. If I need to get a connection string from the configuration file, I ...
3
votes
1answer
1k views

Loading the WCF configuration from different files on the client side

A common problem in WCF that many people face is the impossibility of loading the client configuration from different configuration files. This is a common scenario when the developer wants to ...
3
votes
3answers
4k views

Easiest way to read a config file belonging to another application

Other than using raw XML, is there an easy way in .NET to open and read a config file belonging to another assembly...? I don't need to write to it, just grab a couple of values from it. Thanks
6
votes
5answers
2k views

Git collaboration - how to manage configuration files

I'm writing a short script with a few simple variables at the top of the page. I want to work on them with a friend, but we aren't sure how to manage the variables needing to be changed after pulling ...
6
votes
4answers
1k views

my_config.ini vs my_config.php

At work we use a .ini file to set variables prior to calling the rest of the framework (I think it goes function getConfigVars(){ //read my_config.ini file .... //call framework } and I ...
4
votes
4answers
3k views

How to make the Visual Studio compiler ignore a file?

Is anyone aware of a way to make visual studio completely ignore a file when compiling? I have a C# solution that has a foo.config file that isn't really a standard config file - it's just a text ...
4
votes
1answer
4k views

WCF Config element: baseAddressPrefixFilters

I have read the documentation for this element but still fail to understand what its purpose is. Here is a sample of how I've seen it used in examples: <serviceHostingEnvironment> ...
2
votes
2answers
2k views

How to change configs in Spring.Net

An advantage of an IoC container is that you can swap in a mock service at the bottom of your object graph. However this seems much harder to do in Spring.Net than in other IoC Containers. Here's some ...
1
vote
3answers
3k views

Reading and writing values in.NET .config files

I want to use a custom path for a user.config file, rather than have .NET read it from the default location. I am opening the file like this: ExeConfigurationFileMap configMap = new ...
1
vote
1answer
483 views

Permanent Config File in Pylint

I've setup a custom configuration file for Pylint (name, conveniently, config). There has to be a way that I don't have to include --rcfile=config on every run. How can I set the config file ...
0
votes
2answers
99 views

Unable to create a custom section for web.config

I created a custom section in the web.config file but it isn't able to load my custom type that is going to manage the section. Here are the definitions: <configSections> <section ...
0
votes
2answers
1k views

Internationalization on CodeIgniter config files?

I'm trying to do something like: $config['first_link'] = 'lang:pagination_first_link'; $config['prev_link'] = 'lang:pagination_prev_link'; $config['next_link'] = 'lang:pagination_next_link'; ...
-4
votes
5answers
548 views

File level configuration? C# and Reflection?

I have a file with a dozen classes and i use reflection to generate data from it. I was thinking it may be cool if i had a way to configure all of the classes in that file at once. How might i do ...
53
votes
17answers
3k views

At what point does a config file become a programming language?

I have been mulling over config files and their relationship to code for a while now and depending on the day and direction of the wind my opinions seem to change. More and more though I keep coming ...
17
votes
6answers
19k views

How to create an .INI file to store some settings in Java?

I want to create an ini file to store some settings for my application. Is it a good idea to find where the jar file is located and create an ini file there? If yes, then how can I find the location ...
27
votes
6answers
3k views

Parse config file, environment, and command-line arguments, to get a single collection of options

Python's standard library has modules for configuration file parsing (configparser), environment variable reading (os.environ), and command-line argument parsing (optparse, argparse). I want to write ...

1 2 3