Why would umbraco need execute permissions to the bin directory?
We have a number of sites using Umbraco.
On one site, the Umbraco backend doesn't work properly unless execute permissions are allowed for the bin directory. Without execute permission, all of the trees (content, media, developers etc) dont display correctly.
Why would umbraco need execute permissions to the bin directory?
We have a number of sites using Umbraco.
On one site, the Umbraco backend doesn't work properly unless execute permissions are allowed for the bin directory. Without execute permission, all of the trees (content, media, developers etc) dont display correctly.
Why would this be happening?
Hi Andrew
It is likely happening because Umbraco loads all the tree information from the Dlls using reflection so it needs proper access to those files
is working on a reply...