Yogesh
No, you can't and unfortunally ConfigurationSettings is sealed, so you will
have to implement yours, Which should not be so difficult as long as your
config file is a XML, you could create an Index property just like
ConfigurationSettings 's AppSettings and then look it up in the XML file (
file which you read and kept stored in memory ). You could pass to the
constructor the path of the file you want to use.
cheers,
--
Ignacio Machin,
ignacio.machin AT dot.state.fl.us
Florida Department Of Transportation
"Yogesh parashar" <x...@xxx.com> wrote in message
news:eI9$YzbYF...@TK2MSFTNGP12.phx.gbl...