-Original Message-
From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of
Kerry Whelan
Sent: Friday, May 17, 2002 4:12 AM
To: [EMAIL PROTECTED]
Subject: Re: [DOTNET] Accessing and editing the web.config file
> This worked well, thankyou. Do you know how I can access and edit
This worked well, thankyou. Do you know how I can access and edit the
settings in system.web section?
Thanks,
Kerry
On Thu, 16 May 2002 09:32:10 -0400, Kirk Allen Evans
<[EMAIL PROTECTED]> wrote:
>Kerry,
>The web.config (and exename.config) file is an XML file, so you
can load
>the X
-Original Message-
From: dotnet discussion [mailto:[EMAIL PROTECTED]]On Behalf Of
Kerry Whelan
Sent: Thursday, May 16, 2002 9:26 AM
To: [EMAIL PROTECTED]
Subject: [DOTNET] Accessing and editing the web.config file
> I am trying to edit different sections of the web.config file. I
helan
Sent: Thursday, May 16, 2002 3:26 PM
To: [EMAIL PROTECTED]
Subject: [DOTNET] Accessing and editing the web.config file
Hi,
I am trying to edit different sections of the web.config file. I can
gain access to configSections that I have defined using
ConfigurationSettings.GetConfig(People/owne
Hi,
I am trying to edit different sections of the web.config file. I can gain
access to configSections that I have defined using
ConfigurationSettings.GetConfig(People/owner) in my code when the
web.config file is as follows:-
...
What is the best way to