User scope vs Application scope in app.config

前端 未结 2 1828
感动是毒
感动是毒 2021-01-04 15:43

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

2条回答
  •  情话喂你
    2021-01-04 15:50

    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.

提交回复
热议问题