Tagged Questions
3
votes
1answer
2k views
How to Write to a User.Config file through ConfigurationManager?
I'm trying to persist user settings to a configuration file using ConfigurationManager.
I want to scope these settings to the user only, because application changes can't be saved on Vista/Win 7 ...
2
votes
1answer
261 views
.NET Application/User Settings Issues
Could someone please explain application and user settings, and their differences to me? I've got a C# application that only ONE person will use. There are preferences the user can set within the ...
1
vote
2answers
46 views
How do I get the location of the user.config file in programmatically?
I'd like to display the location of the user.config file in my windows forms application so a user can easily find it.
I understand how the path is created thanks to: Can I control the location of ...
1
vote
2answers
371 views