Tagged Questions
1
vote
1answer
75 views
Security For Custom Application Pages
When managing security for any control on a page we use SPSecurityTrimmedControl. But what to do when defining permissions for a custom application page? How do we restrict unauthorized people to ...
0
votes
1answer
200 views
What are some methods to secure Application pages?
I'm jumping into SharePoint 2010 (first SP version for me) and I'm building some application pages. I'm trying to secure the pages by dropping a web.config in the dir with role authorization. Is ...