Tagged Questions
4
votes
3answers
3k views
How to run with elevated privileges in application page?
I want to get a list item that the current user does not have access to but I need to get it in code. When I use SPSecurity.RunWithElevatedPrivileges that does not work.
It's because I'm using the ...