Groups | Blog | Home
all groups > c# > february 2006 >

c# : Properties.Settings: Where are they saved?


suranga.suranga NO[at]SPAM gmail.com
2/14/2006 9:59:52 PM
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
Mel
2/15/2006 8:37:25 AM
They are saved in the user's local settings directory.


[quoted text, click to view]

AddThis Social Bookmark Button