RE: Custom settings in App.config
- From: v-kevy@xxxxxxxxxxxxxxxxxxxx (Kevin Yu [MSFT])
- Date: Thu, 13 Oct 2005 03:28:21 GMT
Hi Joe,
First of all, I would like to confirm my understanding of your issue. From
your description, I understand that you need to read the settings in
app.config file as a configuration file instead of an xml file. If there is
any misunderstanding, please feel free to let me know.
You can try to use System.Configuration.AppSettingsReader or
System.Configuration.ConfigurationSettings class to do this. The
ConfigurationSettings.AppSettings property contains a name/value collection
of the keys in your app.config file. Also please check the following link
for more information.
http://msdn.microsoft.com/library/default.asp?url=/library/en-us/vbcon/html/
vboriintroductiontoapplicationsettingstorage.asp
Kevin Yu
=======
"This posting is provided "AS IS" with no warranties, and confers no
rights."
.
- References:
- Custom settings in App.config
- From: Joe
- Custom settings in App.config
- Prev by Date: Interesting observation (not really a question)
- Next by Date: Re: Interesting observation (not really a question)
- Previous by thread: Custom settings in App.config
- Next by thread: Re: Custom settings in App.config
- Index(es):
Relevant Pages
|
|