Click here to Skip to main content
16,012,352 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
how to make guests see all user profiles without asking for permission when the guest wants to see any profile
Posted

If only SharePoint had some method to AUTHENTICATE users. :rolleyes:
 
Share this answer
 
Hi,

You can give anonymous access to your site.

1. Starting in Central Administration, under Application Management, click on the Manage web applications.

2. Make sure you select the site you want to enable anonymous access and click on the Authentication Providers icon.

4. Under Edit Authentication, check Enable anonymous access and click Save.

5. Going back to Web Application Management click on the Anonymous Policy icon.

6. Under Anonymous Access Restrictions select your Zone and set the Permissions to None – No policy and click Save

7. Now, web application will allow anonymous access to be set. So, navigate to your top level site collection for the web application. Click the Site Actions > Site Settings. Under Users and Permissions click Site permissions.

8. Under Permission Tools, click Anonymous Access icon and set the permissions to Entire Web site and click OK

If you followed these steps properly you should have now Anonymous Access enabled.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900