There are generally two main types of settings that applications want to store:
- Static data like connection strings and web references that don't change often, but should still be possible for an admin to change.
- User preferences and customization settings that can change at any time.
Application scoped settings are useful in scenario (1) and user scoped settings are useful in scenario (2).
No comments:
Post a Comment