Link to home
Start Free TrialLog in
Avatar of dceder
dceder

asked on

Where do user settings for My.Settings in a .NET Windows app get persisted when you save them?

In a .NET Windows app, I have set up some User scoped settings. I save some values using My.Settings.Save. Are these compiled in or can I view them externally somehow? The app.config.xml file only holds the values at the start but not the saved ones, altho' I can retrieve the saved values programatically by accessing My.Settings.SettingName.
ASKER CERTIFIED SOLUTION
Avatar of Dirk Haest
Dirk Haest
Flag of Belgium image

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
SOLUTION
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
Forced accept.

Computer101
EE Admin