Save records in Configuration Database
I need to save some settings in sharepoint and i could access the datas from any webapplications. Shall i go for configuration databas开发者_如何学运维e or is there any other option.
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
精彩评论