Link to home
Start Free TrialLog in
Avatar of jaxrpc
jaxrpc

asked on

Writing / Reading Config file for vb.net app

Hi, i would like to create a config file for my app..so that on app start up...it will load the configurations from the file and the app must be able to change the config file.
Which is the most recommended way to do this? thanks
ASKER CERTIFIED SOLUTION
Avatar of clockwatcher
clockwatcher

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of Éric Moreau
Hi jaxrpc,

I use http://www.west-wind.com/presentations/configurationclass/configurationclass.asp, it also supports encryption

Cheers!