Top "App-config" questions

.NET application configuration files contain settings specific to an application.

.NET 3.5 - Configuration system failed to initialize exception

In my winform app, I am trying to add a userSetting, although the error is occuring with appSettings too. When …

.net .net-3.5 configuration settings app-config
The configuration element is not declared

I'm doing some work in Visual Studio 2012 Express Edition. I have added an App.config XML file as follows: <?…

c# xml app-config
Custom app.config section with a simple list of "add" elements

How do I create a custom app.config section that is just a simple list of add elements? I have …

c# app-config
Encrypt connection string in app.config

I am having trouble encrypting a connection string in app.config. I have code that will protect the connectionStrings section …

c# sql-server-2008 app-config
Change default app.config at runtime

I have the following problem: We have an application that loads modules (add ons). These modules might need entries in …

c# .net app-config
How do you pass custom environment variable on Amazon Elastic Beanstalk (AWS EBS)?

The Amazon Elastic Beanstalk blurb says: Elastic Beanstalk lets you "open the hood" and retain full control ... even pass environment …

amazon-web-services app-config amazon-elastic-beanstalk
Deploying and Configuring ODP.NET to work without installation with Entity Framework

How do you deploy and configure ODP.NET to work without installation with Entity Framework? A. How to deploy and …

oracle entity-framework app-config odp.net dataprovider
How do you use sections in c# 4.0 app.config?

I want to use my app config to store the settings for 2 companys, and i'd prefer if it was possible …

c# .net configuration app-config configurationsection
Fix: The Global element 'configuration' has already been declared

I used the second solution of How to resolve "Could not find schema information for the element/attribute <xxx&…

c# xsd stylesheet app-config
How to modify my App.exe.config keys at runtime?

In my app.config I have this section <appSettings> <add key ="UserId" value ="myUserId"/> // several other &…

c# .net app-config