Microsoft
70-576 · Question #78
You are designing an application configuration approach for a custom SharePoint 2010 application. You need to design the application configuration to: - Store and secure custom configuration…
The correct answer is C. Use a property bag to store the custom configuration settings. See the full explanation below for the reasoning.
Question
You are designing an application configuration approach for a custom SharePoint 2010 application. You need to design the application configuration to:
- Store and secure custom configuration settings for the application
including connection strings, server names, file paths, and other miscellaneous settings.
- Read and display the settings on the site with an administrative user
interface that can be configured using a custom _layouts page.
- Store configuration settings at the farm, Web application, site
collection, and site levels as needed. You need to design a storage option that is simple and lightweight in structure and programmatically configurable. Which approach should you recommend?
Options
- AAdd custom configuration settings to the web.config file and programmatically read this file to
- BUse a hierarchical object store to save the custom configuration settings and programmatically
- CUse a property bag to store the custom configuration settings.
- DUse SharePoint lists to store the custom configuration settings.
How the community answered
(53 responses)- A8% (4)
- B13% (7)
- C75% (40)
- D4% (2)
Community Discussion
No community discussion yet for this question.