I'm using an umbraco configuration with two umbraco servers. They do distributed calls to each other and share there files over a DFS. Now here's the problem. The DFS also shares the /data/umbraco.config. I would like to remove that file from the DFS location an put it on a local disc. To do that i would need to enter an absolute path in the umbracoContentXML like C:/umbraco/data/umbraco.config.
Is it posible to place the umbracoContentXML outside the webroot?
Using an absolute path for umbracoContentXml
I'm using an umbraco configuration with two umbraco servers. They do distributed calls to each other and share there files over a DFS. Now here's the problem. The DFS also shares the /data/umbraco.config. I would like to remove that file from the DFS location an put it on a local disc. To do that i would need to enter an absolute path in the umbracoContentXML like C:/umbraco/data/umbraco.config.
Is it posible to place the umbracoContentXML outside the webroot?
Regards,
Arjan
I solved this problem by configuring DFS not to sync umbraco.config files.
Marco
is working on a reply...