Jumoo / uSync.Complete.Issues

Public Issue tracker and roadmap for uSync.Complete
https://jumoo.co.uk/usync/complete/
2 stars 1 forks source link

usync8.config Folder Setting outside of IIS web tree #107

Closed JohnBergman closed 3 years ago

JohnBergman commented 3 years ago

If I set the uSync folder to something like "D:\usync\dev" umbraco fails to load with a boot failure.

The IIS Application Pool account has full access to that folder specifically set (including the d:\usync folder).

I have tried setting it to the following variations:

d:\usync\dev d:\usync\dev\ d:\usync\dev\

All result in the boot failure.

KevinJump commented 3 years ago

Hi,

You need to also add the AllowUnsafeattribute to the folder for uSync to allow you to move the folder outside of the web folder (just some more extra protection - to stop accidental config errors)

e.g

    <Folder AllowUnsafe="True">d:\usync\dev</Folder>

https://docs.jumoo.co.uk/uSync/v8/uSync/config/#setting-the-rootfolder-outside-of-website-root