In some code I'm working on, I need to check if the user who created the request has "ManageWeb" rights, but I need to ensure that any web underneath does not. Since where I'm checking the users effective rights is some time after the user requested the action (In a different assembly not running under …
Continue reading "When SPWeb.DoesUserHavePermissions() (SPWeb.DoesNotWork == true)"