Is it possible to set permissions for a users group to see only one page? Can it be done via Site settings or is this a programmable task?
|
Based on 2007 version, 2010 might be slightly different, but the idea is the same.
Users will have direct access to the page and will need the exact URL to get there. They won't be able to hit the top level of the site/collection and navigate to it. |
|||||||||
|
|
In addition to PirateEric: Because you give read permissions to the group/user, they will get limited access to the rest of the site. They cannot navigate to the top (because they have no permissions on that page), but they will see the left navigation with all the links to document libraries and lists... (They cannot see the contents.) |
|||
|
|
|
Create a Delegate feature to redirect to the Access Denied page, when they are accessing viewlsts.aspx or settings.aspx. We have created this deleagte control using additionalpagehead, which restricts user for the list of pages(XML). you have to use delegate control, as you cannot write code in system masterpage. Thanks, |
|||
|
|