Does anyone know if it is possible to change the path of umbraco.config file ? I want, in my application, to give write permissions only on one folder: where i will upload images. It is possible to move umbraco.config in that folder ? I noticed that actually umbraco.config is a mapping of nodes from the database, maybe is possible to work without umbraco.config and take the nodes directly from the DB?
My problem is that on the deployment server I will have "write permissions" only on one external site folder. The end user in my case, cannot create templates, document types or css, he can only modify the page content. In this conditions, if i will solve the problem with umbraco.config, i could use Umbraco CMS for my site.
Change the path of umbraco.config file
Hi,
Does anyone know if it is possible to change the path of umbraco.config file ? I want, in my application, to give write permissions only on one folder: where i will upload images. It is possible to move umbraco.config in that folder ? I noticed that actually umbraco.config is a mapping of nodes from the database, maybe is possible to work without umbraco.config and take the nodes directly from the DB?
My problem is that on the deployment server I will have "write permissions" only on one external site folder. The end user in my case, cannot create templates, document types or css, he can only modify the page content. In this conditions, if i will solve the problem with umbraco.config, i could use Umbraco CMS for my site.
Thank you in advance,
Victor.
The location of the umbraco.config file (along with its name) is stored as a setting in the web.config. You can change that
Further on this, the specific appSetting key is "umbracoContentXML".
is working on a reply...