how to change .NET user settings location

Posted by mack369 on Stack Overflow See other posts from Stack Overflow or by mack369
Published on 2010-03-25T19:36:46Z Indexed on 2010/03/25 19:43 UTC
Read the original article Hit count: 421

By default settings are stored at: C:\Documents and Settings\\Local Settings\Application Data\<Project Name>

How can I change this path to application directory. I also don't want to have different files for different users. How make the settings global?

I tried to change the scope of the settings to "application" but then I cannot change them at runtime.

© Stack Overflow or respective owner

Related posts about c#

Related posts about appsettings