Top "App-config" questions

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

How to Write to app.config in setup project and use it in the program

I have created a Installhelper.cs which is inhered from the Installer. Override the Install() method by using this piece …

c#-4.0 installation app-config visual-studio-setup-proje
C# Configure LoadFromRemoteSources through code not app.config?

I currently have an app.config with the following config value: <configuration> <runtime> <loadFromRemoteSources enabled="…

visual-studio-2010 c#-4.0 app-config remoteobject
Error: Configuration system failed to initialize

Used console application and I have a problem on the app.config file. By right, the code should be correct …

c# console-application app-config officewriter
How to check if Configuration Section exists in .NET Core?

How can you check if a configuration section exists in the appsettings.json in .NET Core? Even if a section …

.net json asp.net-core app-config appsettings
app.config: how do I make a nested customSection called appSettings be the ConfigurationManager.AppSettings

my desired app.config would be like this: <configSections> <sectionGroup name="QA_Environment"> <section name="…

c# app-config appsettings configurationmanager custom-sections
Consume webservice from a .NET DLL - app.config problem

I'm building a DLL, let's call it mydll.dll, and in it I sometimes need to call methods from webservice, …

.net dll web-services app-config svcutil.exe
Why do people consistently recommend using appConfig instead of using Settings files? (.NET)

Very often I see the answer to the question like: "How should I store settings in my .NET app?" is …

.net .net-2.0 app-config appsettings application-settings
how to deal with configuration file in CakePHP

I know that in folder config are file called core.php which I can configure application options as a debug …

cakephp configuration cakephp-2.0 app-config
Enterprise Library 4.1 logging timestamp how to display millisecond

The following is in config file. <formatters> <add template="{timestamp} {severity} {category} {message}" type="Microsoft.Practices.EnterpriseLibrary.…

logging enterprise-library app-config
Is there a way to put NLog.config information inside of my app.config file?

Is there a way to put NLog.config information inside of my app.config file? This way I can have …

.net app-config nlog nlog-configuration