Not if you want to use the ConfigurationSettings class
You'll have to read and parse it yourself
Why not just encrypt the UID and password before storing them in the config
file?
Then you don't need to encrypt the entire file
> I am concerned about storing sensitive information such as UID and passwords
> in the config file. Can this file be stored encrypted?
?ric Moreau [VB MVP] - 23 Jul 2004 11:17 GMT
Have a look at
http://www.west-wind.com/presentations/configurationclass/configurationclass.asp

Signature
HTH
?ric Moreau, MCSD, Visual Developer - Visual Basic MVP
Conseiller Principal / Senior Consultant
Concept S2i inc.(www.s2i.com)
> Not if you want to use the ConfigurationSettings class
> You'll have to read and parse it yourself
[quoted text clipped - 6 lines]
> passwords
> > in the config file. Can this file be stored encrypted?