I have a Win Form app that stores some per user settings in a UserSettings.Settings file. This has worked well so far, however it seems that the Settings file gets "reset" when ever I release an update. Which I do through ClickOnce
.
Is this the expected behavior?
Can I control if fields in the Settings file get overwritten?
Is there a better way I should store user settings?
Thanks