Tagged Questions
In the .Net framework, ConfigurationManager is a built-in object that provides access to configuration files.
40
votes
14answers
10k views
Java configuration framework
I'm in the process of weeding out all hardcoded values in a Java library and was wondering what framework would be the best (in terms of zero- or close-to-zero configuration) to handle run-time ...
23
votes
6answers
18k views
How to find path of active app.config file?
I'm trying to finish this exception handler:
if (ConfigurationManager.ConnectionStrings["ConnectionString"]==null)
{
string pathOfActiveConfigFile = ...?
throw new ...
17
votes
4answers
18k views
Loading System.ServiceModel configuration section using ConfigurationManager
Using C# .NET 3.5 and WCF, I'm trying to write out some of the WCF configuration in a client application (the name of the server the client is connecting to).
The obvious way is to use ...
12
votes
3answers
4k views
What's the difference between the WebConfigurationManager and the ConfigurationManager?
What's the difference between the WebConfigurationManager and the ConfigurationManager?
When should I use one over the other?
UPDATED
I just looked at the WebConfigurationManager, and for some ...
10
votes
3answers
1k views
Is there a way to get a System.Configuration.Configuration instance based on arbitrary xml?
I'm trying to unit test a custom ConfigurationSection I've written, and I'd like to load some arbitrary configuration XML into a System.Configuration.Configuration for each test (rather than put the ...
9
votes
3answers
4k views
C# assembly > app settings > how to check if one exists?
How do I check to see if an Application Setting is available?
i.e. app.config ==>
<?xml version="1.0" encoding="utf-8" ?>
<configuration>
<appSettings>
<add key ...
9
votes
5answers
5k views
System.Configuration.ConfigurationManager not available?
In a VS2005 C# project I have added a reference to System.configuration.
In the object browser, I can see the System.Configuration.ConfigurationManager.
In Intellisense System.Configuration only has ...
8
votes
2answers
518 views
Can ConfigurationManager retain XML comments on Save()?
I've written a small utility that allows me to change a simple AppSetting for another application's App.config file, and then save the changes:
//save a backup copy first.
var cfg = ...
7
votes
5answers
3k views
ConfigurationManager.AppSettings Caching doubt
We know that IIS caches ConfigurationManager.AppSettings so it reads the disk only once until the web.config is changed. This is done for performance purposes.
Someone at:
...
6
votes
5answers
1k views
The problem with NUnit and app.config
When i run a simple test on connection to DB check i receive an error in NUnit:
[Test]
public void TestConn()
{
string connectionString = ...
6
votes
2answers
2k views
Visual Studio: Configuration Manager missing
I'm using Microsoft Visual Studio Team System 2008 Team Suite.
The "Configuration Manager" menu item is missing for me. I've assigned a keyboard shortcut to the Configuration Manager, but it doesn't ...
6
votes
2answers
10k views
ConfigurationManager.OpenExeConfiguration - loads the wrong file?
I have added multiple app.config (each with a differet name) files to a project, and set them to copy to the output directory on each build.
I try and access the contents of each file using this:
...
5
votes
1answer
290 views
Getting 64 bit version of machine.config
Right now, I'm calling the following line
System.Configuration.Configuration cnf = ConfigurationManager.OpenMachineConfiguration();
the result is the following
cnf.FilePath == ...
5
votes
1answer
1k views
Web.Config, external file for system.serviceModel
Using VS2010
I have the following in my web.config (detail removed).
<system.serviceModel>
<behaviors />
<services />
<serviceHostingEnvironment ...
5
votes
2answers
2k views
How to get the values of a ConfigurationSection of type NameValueSectionHandler
I'm working with C#, Framework 3.5 (VS 2008).
I'm using the ConfigurationManager to load a config (not the default app.config file) into a Configuration object.
using the Configuration class, i was ...
5
votes
2answers
3k views
How can I get ConfigurationManager to load application settings from multiple files?
I'm writing applications that interoperate with a third-party application. This application exposes an API to developers via methods in a DLL. Some time ago, the vendor of this app started ...
5
votes
2answers
2k views
Can someone provide a quick App.config/Web.config tutorial?
I've used these two configuration files many times before, but I've never taken the time to fully understand how they really work. As most people do, I understand the basics in how to call ...
5
votes
3answers
20k views
C# ConfigurationManager.GetSection could not load file or assembly
I am stuck! this seems really daft but I can not see where I am going wrong. I am creating a 2.0 C# ASP.NET website. I am trying to use a custom section in the web.config file with:
...
4
votes
2answers
1k views
Unable to use C# ConfigurationManager
I have the following code:
using System.Configuration;
namespace test
{
public partial class MyService : ServiceBase
{
public static ReadConnectionStrings()
{
...
4
votes
1answer
6k views
Error: The name 'ConfigurationManager' does not exist in the current context
I have included the following statement in my Visual C# Console Application (Visual Studio 2005 .NET 2.0 Framework)
using System.Configuration;
and I am using the following statement in my ...
4
votes
3answers
2k views
How do you instruct NUnit to load an assembly's dll.config file from a specific directory?
If an assembly contains an app.config file, ConfigurationManager will load it as long as it is in the same directory as the NUnit project that is executing through NUnit-Gui. To illustrate consider ...
4
votes
3answers
2k views
Change in AppSettings needs restart my Application how can I avoid?
I'm using C# .NET 2.0 Windows Application.
and I'm using app.config for my Application Settings.
but change in AppSettings doesn't reflected runtime, it Needs Application to be restarted.
How can I ...
4
votes
5answers
2k views
How can I write to my own app.config using a strongly typed object?
The following code has two flaws, I can't figure out if they are bugs or by design. From what I have seen it should be possible to write back to the app.config file using the Configuration.Save and ...
3
votes
3answers
100 views
Missing configuration setting in configuration manager
I often create custom build configurations in my solution's Configuration Manager. When I include previously created projects into the solution they do not automatically include these new ...
3
votes
1answer
37 views
static ConfigurationManager Access Class Operation
I'm considering creating a static class to handle all of my Web.config appSettings access. For example, it would look like this:
public static class ConfigManager
{
public static string Timeout = ...
3
votes
2answers
148 views
How to open a SectionGroup in an ASP.NET web application?
I have a small ASP.NET web application hosted in an integration test (executing within NUnit). My product code can usually find configuration data from the web.config or app.config file, but for some ...
3
votes
4answers
519 views
ConfigurationManager keeps getting Machine.config connection string
I have a c# assembly that uses the app.config to store its database connection string. When debugging the application I noticed that the connection to the database kept failing because the ...
3
votes
2answers
422 views
When is using the <appSettings> section preferable to a custom configuration section?
When creating my application's or library's configuration, I generally prefer using a custom configuration section over the <appSettings> section for the following reasons.
Framework ...
3
votes
1answer
2k views
How to Write to a User.Config file through ConfigurationManager?
I'm trying to persist user settings to a configuration file using ConfigurationManager.
I want to scope these settings to the user only, because application changes can't be saved on Vista/Win 7 ...
3
votes
2answers
897 views
Why does ConfigurationManager.OpenMappedExeConfiguration have an extra connection string not in the file?
I'm unit testing my config file for a win forms application.
In the LocalTestRun.testrunconfig I set it to copy the app.config. I've checked the Environment.CurrentDirectory while the test was running ...
3
votes
2answers
5k views
How to load application settings to NHibernate.Cfg.Configuration object?
How to load application settings to NHibernate.Cfg.Configuration object by using System.Configuration.ConfigurationManager from App.config?
3
votes
1answer
2k views
App.config and ConfigurationManager
If I call the OpenMappedExeConfiguration() method and specify a config file (filemap) as a parameter, does this mean that the ConfigurationManager will use the newly specified config file from that ...
2
votes
2answers
265 views
Accessing ConfigurationManager.AppSettings value from Spring.NET xml configuration
I have a requirement that requires me to use Spring.net to get a connectionstring that is stored inside the app.config, and then inject the retrieved connectionstring to a instantiated object.
How ...
2
votes
2answers
274 views
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="databases" ...
2
votes
0answers
62 views
ConfigurationManager Reading Wrong File
I have a solution divided into two projects, one for a Class Library and another one for Unit Tests (using NUnit 2.5). Now, on the App.config file of the Class Library project I added several lines ...
2
votes
1answer
62 views
Do you need to “close” .net Configuration
When you create a configuration object to manage .net configuration files, do you need to close the files.
I have an application with several .dll components. Do I have to use a global config to ...
2
votes
1answer
530 views
ConfigurationManager not found
I am new to VS 3.5 and I am writing a console app that needs to pull some key values from the app.config file.
I have:
Imports System.Configuration
and I am trying to reference ...
2
votes
1answer
188 views
Testing a method using nunit that requires a setting from ConfigurationManager
I'm trying to run an NUnit test on a method that obtains a connectionstring from the web.config file. When I test it, it obviously crashes when trying to pull that connection string. So I poked ...
2
votes
1answer
151 views
ConfigurationManager looking for different files on different systems
I'm using configuration manager in the simplest way:
Read:
ConfigurationManager.AppSettings["Foo"]
Write:
Configuration config = ...
2
votes
2answers
1k views
How to parse app.config using ConfigurationManager?
I was using a certain method for parsing my app.config file. Then I was told that using ConfigurationManager is better and simpler. But the thing is I don't know how to do it with ...
2
votes
1answer
242 views
How to make ConfiguratioManager read a config file other than app.config?
I need to parse a config file that is situated in another project. I know that ConfigurationManager reads the app.config file by default (right?) how to make it read that particular config file?
...
2
votes
2answers
4k views
Differences in behavior between System.Web.Configuration.WebConfigurationManager and System.Configuration.ConfigurationManager
I had some trouble on a test server with an ASP.NET website. I goofed, and had the home
directory of the Default Web Site pointed to the wrong place. When I tried:
...
2
votes
5answers
2k views
C# Reading Configuration settings
I have a C# class library A which has some configuration settings in its App.config I access them with
Method1()
{
string connectionString = ConfigurationManager.AppSettings["ConnectionString"];
}
...
2
votes
3answers
2k views
Getting a StringCollection out of AppSettings through the configuration manager
I am accessing my assembly's configuration like this:
ExeConfigurationFileMap map = new ExeConfigurationFileMap();
map.ExeConfigFilename = Assembly.GetExecutingAssembly().Location + ".config";
...
2
votes
2answers
2k views
How to persist app.config through ClickOnce updates using ConfigurationManager?
This question describes my problem exactly, except I'm using a custom configuration section in app.config with ConfigurationManager, so the solution presented there doesn't apply...
Basically, my ...
1
vote
2answers
71 views
C# ConfigurationManager - Subsections?
Can anyone explain to me how to work with subsections in ConfigurationManager .config file?
This is what I've tried so far (not working):
Here is my .config:
http://pastebin.com/kxYGnD2j (sorry, I'm ...
1
vote
2answers
76 views
ConfigurationManager class not available
I am not able to get the connectionString from App.Config file..
Am I missing something?
after creating the class, I moved the class into some folder..Is that the issue? what is the solution ...
1
vote
0answers
75 views
Static Objects | Custom ConfigurationManager for Environment Independent Web.config
I am working on a typical .net web app which is first deployed at test environment - ENV- T
and then after complete testing it is moved to Production ENV - P.
Our hosting provider will not deploy ...
1
vote
1answer
76 views
.NET Centralized Configuration for Windows Services and WCF Web Services
Does anybody know of a way to centralize a .NET app config so that it can be used by multiple windows services and multiple wcf web services on a computer? They are all installed in separate folders ...
1
vote
2answers
260 views
vs 2010 reading configuration settings
Coding in VB.net in VS 2010. I have:
Imports System.Configuration and I added a reference to System.Configuration.
When
**MsgBox(ConfigurationManager.AppSettings("sDBName").ToString)**
is ...