Top "App-config" questions

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

How can I introduce a config file to Powershell scripts?

Assume that I have a Powershell script called Foo.ps1 I would like to introduce an XML configuration file called …

.net xml powershell configuration app-config
Store String Array In appSettings?

I'd like to store a one dimensional string array as an entry in my appSettings. I can't simply separate elements …

asp.net .net web-config app-config asp.net-4.0
How to get value from applicationSettings?

I am trying to get value of service in my application from app.config. I have to send it to …

c# .net app-config windows-applications web-reference
sub appsettings in the appsetting node c#

I am using the app.config file that is created with a console application and I can read the val1 …

c# app-config
When is an app.config created, when an app.exe.config and what is the difference

We have created a WinForms application and store some configurations via the ConfigurationManager class. In order to store the information …

.net winforms configuration app-config
Custom app.config Config Section Handler

What is the correct way to pick up the list of "pages" via a class that inherits from System.Configuration.…

.net configuration app-config configsection
Use XML includes or config references in app.config to include other config files' settings

I have standard logging, NHibernate, etc. configuration blocks in my app.config and I'd like to extract them into a …

c# .net configuration app-config
Typesafe config: Load additional config from path external to packaged scala application

My scala application will be packaged into a jar. When I run my app, it needs to read an additional …

scala configuration app-config config typesafe-stack
Get filename of current configuration file

I'd think this would be simple, but I can't find an answer. I'm using remoting and I want to store …

c# configuration app-config remoting
CloudConfigurationManager.GetSetting returning null

Following instructions here I have: var connectionString = CloudConfigurationManager.GetSetting("StorageConnectionString"); But connectionString is null, here is my app.config: <?…

c# azure app-config azure-storage