Properties.Settings: Where are they saved?

  • Thread starter Thread starter suranga.suranga
  • Start date Start date
S

suranga.suranga

VS2005/NET 2.0 provides easy way to manage configuration files using
"appNamespace.Properties.Settings.Default" class. It seems initial
values entered at design time through VS2005's property are saved in
appname.exe.config file.

These values can be changed and saved by the application at runtime
using appNamespace.Properties.Settings.Default.Save() method.

Could someone tell me where this new values are saved at?
appname.exe.config always seems to have initial values, not the new
ones.

Thanks
Sur
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Back
Top