I am looking at the SiteSettings element that is a child of the episerver/sites/site element in the web.config.
We would like to be able move all the the SiteSettings into a database rather than have a file-based repository such as web.config.
Has anyone looked into doing this, I would like to make the fact that we have stored the data in a db invisible to code that currently uses SiteSettings
I am looking at the SiteSettings element that is a child of the episerver/sites/site element in the web.config.
We would like to be able move all the the SiteSettings into a database rather than have a file-based repository such as web.config.
Has anyone looked into doing this, I would like to make the fact that we have stored the data in a db invisible to code that currently uses SiteSettings
TIA
Pat Long