Is it possible to move the access.config file, preferably in the same fashion as the umbraco.config - something like <add key="umbracoContentXML" value="~/wherever/umbraco.config" /> in web.config?
The problem for me is that publishing web sites via Octopus will be hard.
Change path of access.config
Is it possible to move the access.config file, preferably in the same fashion as the umbraco.config - something like <add key="umbracoContentXML" value="~/wherever/umbraco.config" /> in web.config?
The problem for me is that publishing web sites via Octopus will be hard.
You can change the storage directory using the appSetting umbracoStorageDirectory
If this is empty it will use App_Data
But this will also move everything else in the App_data folder
Ok! Doesn't really solve the problem though :/
Anyone?
is working on a reply...