Skip to content
This repository has been archived by the owner on Jan 24, 2021. It is now read-only.

File System Permissions

Alan Mervitz edited this page Mar 5, 2018 · 1 revision

Content Directory

The default permissions assigned to the IIS_IUSRS group on the inetpub\wwwroot folder are needed for the website to run. This occurs automatically when the MasterPortal folder is stored as a subfolder of inetpub\wwwroot. When the MasterPortal folder is not located inside the inetpub\wwwroot folder, assign Read & execute, List folder contents, and Read permissions to the IIS_IUSRS group:

image

App_Data Folder

Self-hosted_Installation_Guide_for_Portals.pdf mentions steps to secure the App_Data folder, but doesn't specify exactly what permissions to use.

Several folders are created within the App_Data folder at run time, and additional permissions need to be assigned to this folder for creating, updating, and deleting files and folders within it. Assign Modify and Write permissions to the IIS_IUSRS group:

image