Search code examples
visual-studiovisual-studio-2008visual-studio-2005

User scope vs Application scope in app.config


What is the difference between the User scope and Application scope in app.config?


Solution

  • 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.