Tagged Questions
1
vote
1answer
307 views
Why I get “Attempted to perform an unauthorized operation” while looping groups users
Could anyone explain me why when I trying to loop user of a group
foreach (var u in group.Users){....},
I get the error :
Attempted to perform an unauthorized operation.
I notice that inside ...
1
vote
0answers
195 views
Entire webapp unable to log to ULS
I've reinstalled SharePoint with least privilege accounts, and use a separate account for all non-central-admin web apps. This separate domain account is in the WSS_WPG group, and seems otherwise to ...