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
 
Back
Top