我需要在 sharepoint 中保存一些设置,我可以从任何 web 应用程序访问数据。我应该去配置数据库还是有其他选择。
2 回答
its better to go for a Custom List to save any settings regarding your project/assignment. Its not the best idea to manually query/change the configuration database. Take a look at how to create a custom list with content types. Or the other option is to go for property bags regarding the general settings for the project!
I would suggest to use property bag to store settings for details see the link attached
http://msdn.microsoft.com/en-us/library/ff798491.aspx
http://spg.codeplex.com/wikipage?title=Design%20of%20the%20Configuration%20Manager&version=3