Recently I was cleaning up our servers and moved a website folder to a different directory. It seems that since this has happened, our users have been unable to login to the back-end and create new nodes in the content tree. In fact I think the context-menu displays when right-clicked but selecting an item does absolutely nothing.
I figured it may be to do with permissions on the new directory but I've added full rights to 'NETWORK' and 'NETWORK SERVICE' and I'm still having this issue.
Does anyone have an idea of what could be causing this? And better yet, how to fix it? :-)
Sounds like you're on the right track. Also add IIS_IUSRS with change permissions. The application pool probably runs as "application pool identity" (which you can see in task manager on the corresponding w3wp process), and all those are automatically added to that group.
Can't click on context menu
Hi Guys,
Recently I was cleaning up our servers and moved a website folder to a different directory. It seems that since this has happened, our users have been unable to login to the back-end and create new nodes in the content tree. In fact I think the context-menu displays when right-clicked but selecting an item does absolutely nothing.
I figured it may be to do with permissions on the new directory but I've added full rights to 'NETWORK' and 'NETWORK SERVICE' and I'm still having this issue.
Does anyone have an idea of what could be causing this? And better yet, how to fix it? :-)
Thanks
Sounds like you're on the right track. Also add IIS_IUSRS with change permissions. The application pool probably runs as "application pool identity" (which you can see in task manager on the corresponding w3wp process), and all those are automatically added to that group.
Just a guess...
is working on a reply...