I\'ve got a program which uses app.config for storing some preferences. The problem is that if the program is installed in C:\\program files\\ t
In the project properties, change those setting from being Scope=Application to Scope=User. That way, they're stored in the user's profile and you don't need administrator privileges to modify them.