10 steps to enable ‘Anonymous Access’ for your SharePoint 2010 site

What’s Anonymous Access?

Anonymous access to your SharePoint site enables all visitors to view your SharePoint site anonymously without having to log in.

With this blog I’d like to go through an easy step wise procedure to enable/set up anonymous access.

Before you actually enable anonymous access on the site, you’ll have to change some settings at the web app level. So let’s start with that:

Prerequisite(s):

1. A hosted SharePoint 2010 farm/server.

2. An existing SharePoint site.

I just thought I’d mention the above pre-reqs, since the steps mentioned below would’nt be valid or a different type of a site.

Step 1: In Central Administration, under Application Management, click on the Manage web applications.

Anonymous Access Set Up Step 1

Step 2: Now select the site you want to enable anonymous access and click on the Authentication Providers icon. Anonymous Access Set Up Step 2

Step 3: On the modal window click on the Default zone. Anonymous Access Set Up Step 3

Step 4: Now under the Edit Authentication section, check Enable anonymous access and click Save. Anonymous Access Set Up Step 4

This is basically to make the Anonymous Access authentication mechanism available at the web app level @ IIS. Now, web application will allow anonymous access to be set.

5. Going back to Web Application Management click on the Anonymous Policy icon. Anonymous Access Set Up Step 5

Step 6: Also before we proceed any further, under the Anonymous Access Restrictions (@ web app mgmt.) select your Zone and set the Permissions to None – No policy and click Save. Anonymous Access Set Up Step 6

Step 7:  Now lets navigate to your top level site collection for the web application.

Click the Site Actions > Site Settings. Under Users and Permissions click Site permissions. !

Step 8: Under Users and Permissions, click on Site Permissions.!

Step 9: Under the Edit tab, click on Anonymous Acces****s.!

Step 10: Choose whether you want Anonymous users to have access to the entire Web site or to lists and libraries only, and then click on OK.

!

You should now be able to see the view as below under your permissions

Anonymous Access Set Up

Also keep in mind:

If you are trying to access the site from a browser within the domain, then you’ll need to change some browser settings to see the after affects. Normally this is because the browsers (Internet Explorer) is set to log in automatically to intranet zone only, not sure if you have explicitly changed the zones and added it to trusted sites. If this is from a box within your domain please try to access the site by temporarily changing the Internet Explorer setting to Anonymous Logon on the zone that the site is added example "Intranet" and try.

You will find the same settings by clicking on Tools > Internet Options > Security Tab.

This article is part of the GWB Archives. Original Author: KunaalKapoor

New on Geeks with Blogs

  • We Won The One Award I Actually Care About

    Full Scale made the Inc. 5000 for the fifth year straight, the 12th listing across my three companies. Here is why the one award you cannot buy is worth stopping for.

  • Your Customers Build the Features Now

    I let a tool I liked sit dead for a year rather than build the features I wanted. An MCP server meant I never had to, and your customers can do the same to your product.

  • Get the Size of a Directory in Linux the Easy Way

    du -sh for the quick answer, ncdu for the cleanup, df for the disk itself: every command for checking directory size in Linux, plus why du and df never agree.

  • Vim Search and Replace: The Ultimate Guide

    One :%s command replaces every match in a file before a find dialog would even open. The Vim substitute patterns worth the muscle memory: flags, ranges, capture groups, and multi-file edits.