Question Regarding VS2005.NET Configuration Settings

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I was wondering if someone can help me with my question regarding the
configuration system functionality in the .NET Framework 2.0 for VB. My
question is, if I have a application configuration file; can the values in
the file be changed? I read that the Application settings are read-only; is
there any way of changing the data programmatically? And based on your
opinion would it be better to place Application configurations in another
file type (e.g. database table, seperate xml file, and etc.) rather than
using the Application Setting provided by the IDE?

Thank You
 
Back
Top