Quote Originally Posted by jmcilhinney View Post
The application config file contains the initial values for all your settings. Any settings you create with User scope will then be copied into a user config file stored under each user's Documents and Settings folder. When you edit settings at run time, that's where the changes are made. This also means that there is a different set of settings values for each Windows user who uses your application.
Aah, I see. Okey I found where it's stored. I'm using the VS on my school computer and the values are store in a folder named as the companys name which is my schools. This folder is automatically created and named the same on every computer. Is there anyway to change this in the application? I don't really feel that it would be good if a publish it on the internet and the folder is called as that companys name on some unknown users computer.