Top "Configuration-files" questions

Files that configure the initial settings for some computer programs.

How can I 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 …

c# xml winforms configuration-files application-settings
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 …

node.js configuration-files
How to handle configuration in Go

I'm new at Go programming, and I'm wondering: what is the preferred way to handle configuration parameters for a Go …

go configuration-files
Creating a config file in PHP

I want to create a config file for my PHP project, but I'm not sure what the best way to …

php configuration-files
How to reference a file for variables using Bash?

I want to call a settings file for a variable, how can I do this in bash? So the settings …

bash variables configuration-files
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 …

java eclipse configuration-files eclipse-wtp
Clean out Eclipse workspace metadata

I use multiple workspaces with Eclipse. I recently noticed that some of my workspaces have a lot of cruft in …

eclipse metadata configuration-files workspace eclipse-metadata
SSIS how to set connection string dynamically from a config file

I am using SQL Server Integration Services (SSIS) in SQL Server Business Intelligent Development Studio. I need to do a …

ssis connection-string configuration-files
Adding and reading from a Config file

I have created a C# console based project. In that project i have some variables like companyName, companyType which are …

c# configuration-files
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 …

c# configuration app-config configuration-files