I think you can't set it outside of the root of the site, or to an absolute in that way with .net core (i am guessing there are server settings somewhere that might let you do this but i don't know what they are).
so "RootFolder": "/my-folder/v9" should work but it will still be within the root of the site.
again, you use to be able to do this with settings in web.config for .net framework but i am not sure what the equivalent values are in .net core.
uSync v9 RootFolder setting
I am using the latest uSycn v9.06 in a Umbraco 9 project.
I have tried changing the RootFolder in the appSettings as below, but the serialized files are still exported to the default "uSync/v9/" folder.
Am I missing anything here?
Hi,
I think you can't set it outside of the root of the site, or to an absolute in that way with .net core (i am guessing there are server settings somewhere that might let you do this but i don't know what they are).
so "RootFolder": "/my-folder/v9" should work but it will still be within the root of the site.
again, you use to be able to do this with settings in web.config for .net framework but i am not sure what the equivalent values are in .net core.
is working on a reply...