Copied to clipboard

Flag this post as spam?

This post will be reported to the moderators as potential spam to be looked at


  • YuQing Zhang 7 posts 28 karma points
    Jan 10, 2022 @ 12:20
    YuQing Zhang
    0

    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?

      "uSync:": {
        "Settings": {
          "RootFolder": "C:\\mywebsite\\uSync\\v9"
        }
      }
    
  • Kevin Jump 2311 posts 14697 karma points MVP 7x c-trib
    Jan 10, 2022 @ 13:57
    Kevin Jump
    0

    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.

Please Sign in or register to post replies

Write your reply to:

Draft