What is the difference between the User scope and Application scope in app.config?
User-scope settings are used to store values specific to each individual user, whereas application-scope settings are used for all users.
Take a look at this article.