How to change the predefined userconfig directory of my .NET application?
问题 Currentlly the user-settings of my application are stored in this default directory: C:\Users\{User Name}\AppData\Roaming\{Company Name}\{Assembly Name}.vshos_Url_{Hash}\{Assembly Version} I'm aware of the meaning of the default Microsoft naming rules, my question is: How can I change that defaut folder at execution time or by modifying the appconfig file?. My intention is only be able to handle the directory on which the user-settings of my application will be saved, for example I would like