OrchardCMS / Orchard

Orchard is a free, open source, community-focused Content Management System built on the ASP.NET MVC platform.
https://orchardproject.net
BSD 3-Clause "New" or "Revised" License
2.37k stars 1.12k forks source link

IIS_IUSRS full control permission for folders #8622

Closed johnmangam closed 1 year ago

johnmangam commented 1 year ago

Hi,

Could you confirm to which folders I need to grant IIS_IUSRS full control permission?

Is it the root folder or just App_Data & Media?

Thank you.

MatteoPiovanelli-Laser commented 1 year ago

App_Data and Media, that's correct. (that's assuming you haven't installed/developed any feature that accesses other folders and tries to do something else outside those)