Tagged Questions
36
votes
3answers
17k views
Can I control the location of .NET user settings to avoid losing settings on application upgrade?
I'm trying to customize the location of the user.config file. Currently it's stored with a hash and version number
%AppData%\[CompanyName]\[ExeName]_Url_[some_hash]\[Version]\
I want to it be ...