09-16-05 07:47 AM
eladr wrote:
> how can i use the
> BTSNTSvc.exe.config
> file for storing and reading key values pair
The best way to do this is to create a custom section in the
BTSNTSvc.exe.config file and use
ConfigurationSettings.GetConfig(myCustomSection).
Markus Bjerke blogged about this a while ago here:
http://www.canonical-ltd.com/module...=showpage&pid=4
HTH,
Asbjørn
[ Post a follow-up to this message ]
|