Re: [DOTNET] Accessing and editing the web.config file

2002-05-17 Thread Kirk Allen Evans
-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

Re: [DOTNET] Accessing and editing the web.config file

2002-05-17 Thread Kerry Whelan
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

Re: [DOTNET] Accessing and editing the web.config file

2002-05-16 Thread Kirk Allen Evans
-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

Re: [DOTNET] Accessing and editing the web.config file

2002-05-16 Thread John St. Clair
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

[DOTNET] Accessing and editing the web.config file

2002-05-16 Thread Kerry Whelan
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