473,654 Members | 3,038 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Modify appSettings in wen.config file.

Hi,

I have a custom settings in <appSettingssec tion in the web.config. I need
to modify this section from the C# exe application (NOT asp.net)

web.config:
<appSettings>
<add key="MyKeyName" value="MyValue"/>
<appSettings/>

I am using the following code:

System.Configur ation.Configura tion configuration =
System.Web.Conf iguration.WebCo nfigurationMana ger.OpenWebConf iguration(
"/MyWebSite/MyApp" );
System.Configur ation.AppSettin gsSection app =
(System.Configu ration.AppSetti ngsSection)conf iguration.GetSe ction(
"appSetting s" );
app.Settings["MyKeyName"].Value = value;
1/
The collection app.Settings is empty; should contain one item.

2/
Also I am not sure if the path "/MyWebSite/MyApp" is in correct format, as
there is expected the virtual path = how to find what is the virtual path for
web.config in MyApp application folder? I wouldlike to note again, this code
is an *.exe C# application, not asp.net.

Any help would be appretiated.

Thanks,
Lubomir
Jul 2 '08 #1
1 1453
you need to pass the server, site, subpath and a user security token (or
username password) to OpenWebConfigur ation.

-- bruce (sqlwork.com)
"Lubomir" wrote:
Hi,

I have a custom settings in <appSettingssec tion in the web.config. I need
to modify this section from the C# exe application (NOT asp.net)

web.config:
<appSettings>
<add key="MyKeyName" value="MyValue"/>
<appSettings/>

I am using the following code:

System.Configur ation.Configura tion configuration =
System.Web.Conf iguration.WebCo nfigurationMana ger.OpenWebConf iguration(
"/MyWebSite/MyApp" );
System.Configur ation.AppSettin gsSection app =
(System.Configu ration.AppSetti ngsSection)conf iguration.GetSe ction(
"appSetting s" );
app.Settings["MyKeyName"].Value = value;
1/
The collection app.Settings is empty; should contain one item.

2/
Also I am not sure if the path "/MyWebSite/MyApp" is in correct format, as
there is expected the virtual path = how to find what is the virtual path for
web.config in MyApp application folder? I wouldlike to note again, this code
is an *.exe C# application, not asp.net.

Any help would be appretiated.

Thanks,
Lubomir
Jul 2 '08 #2

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
15483
by: hazz | last post by:
I have spent more time than I care to admit trying to track down a very subtle error. Here is my app's xx.exe.config file. <?xml version="1.0" encoding="utf-8" ?> <configuration> <appsettings> <add key="PasswordProvider" value="fudge" /> </appsettings>
2
1663
by: Kenneth | last post by:
Hi, In web.config I have an appsettings: <appSettings> <add key="constring" value="Server=localhost;UID=sa;PWD=secret;Database=myDB" /> </appSettings> This is for my developing machine.
2
3049
by: Neelima Godugu | last post by:
Hi All, Is there a way to modify AppSettings key values during installation of a web app using a web setup project. Thanks in advance. Neelima
2
9595
by: Fuehner | last post by:
Everyone-- I installed the .NET 2.0 framework on a server that also has version 1.1 installed. A few of my applications override the "appSettings" section in the web.config with a custom config handler. This all worked fine prior to installing the 2.0 framework but, now I get the following error... Section or group name 'appSettings' is already defined. Updates to this may
5
9443
by: Alberto | last post by:
I need to modify a value in the app.config file with this code: System.Configuration.Configuration config = ConfigurationManager.OpenExeConfiguration(ConfigurationUserLevel.None); string key = "Path"; string value = "New value"; config.AppSettings.Settings.Add(key, value); config.Save(ConfigurationSaveMode.Modified); ConfigurationManager.RefreshSection("appSettings");
5
12516
by: Simon Hart | last post by:
Hi, I want to use the ConfigurationSettings.AppSettings from within a .NET class library that gets called. If using the above class, what would the name of the config file be? would this be the name of the DLL that is calling it as per a Windows EXE ie : myexe.exe.config. I have named my Xml file mydll.dll.config where mydll is the name of my class library, but it doesn't seem to work. The config file is correct ie:
7
11105
by: moondaddy | last post by:
I'm running a wpf windows app and want to add the appSettings element to the config file. when I do, the app wont start up and I get the following error: {"The type initializer for 'System.Windows.Application' threw an exception."} {"The type initializer for 'System.Windows.Navigation.BaseUriHelper' threw an exception."} " at System.Windows.Application..ctor()\r\n at DiagramTool_v1.App..ctor()\r\n at DiagramTool_v1.App.Main() in
1
2184
by: Sergei Shelukhin | last post by:
Hi. Is is possible to divide appSetting in two, having some values stored in web.config itself and some in a section referenced in appSettings file="...." attribute?
1
3242
by: =?Utf-8?B?TGV2ZW50IERhZ2lzdGFubGk=?= | last post by:
I think you are running your code from VS. Just run the exe from outside and it will work. Thanks, Levent Dagistanli "Andrew" wrote:
0
8294
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
8816
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
1
8494
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows Update option using the Control Panel or Settings app; it automatically checks for updates and installs any it finds, whether you like it or not. For most users, this new feature is actually very convenient. If you want to control the update process,...
0
7309
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
1
6162
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
5627
by: conductexam | last post by:
I have .net C# application in which I am extracting data from word file and save it in database particularly. To store word all data as it is I am converting the whole word file firstly in HTML and then checking html paragraph one by one. At the time of converting from word file to html my equations which are in the word document file was convert into image. Globals.ThisAddIn.Application.ActiveDocument.Select();...
0
4150
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
2719
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
1924
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.