To block the anonymous users from viewing the sharepoint lists add the following code in your web.config file
[CODE][location path="lists"]
[system.web]
[authorization]
[deny users="?"]
[/authorization]
[/SYSTEM.WEB]
[/location][/CODE}
Monday, July 27, 2009
Blocking anonymous users from sharepoint lists
Labels:
anonymous,
anonymous users,
document libraries,
lists,
sharepoint
Subscribe to:
Post Comments (Atom)
No comments:
Post a Comment