To resolve the problem, disable anonymous access. Depending on how it was enabled, you may have to do this in SharePoint Central Administration or in IIS.�
First, follow these steps:
- In SharePoint Central Administration, in Application Management, click Manage Web Applications.
- Select the web application for your site, and then click Authentication Providers. In SharePoint Server 2010, this is under the Security tab.
- If you have multiple zones, select the zone from which the user is accessing the site. Otherwise, select the Default Zone.
- Under Anonymous Access, click to clear the Enable anonymous access check box.
- Click Save.
n the�
Authentication Providers page, if�the
Enable anonymous access�check box is not selected, click to select the anonymous access setting for the site in IIS. To do this, follow these steps:�
IIS 7
- Open IIS Manager, navigate to the site that you want to manage, and then select it.�
- In Features View, double-click Authentication.
- On the Authentication�page, notice the status for�Anonymous Authentication.
- If the status is Enabled, click to select Anonymous Authentication,�and then click�Disable�in the Actions pane on the right side.
IIS 6
- Open IIS Manager,�navigate to the site that you want to manage, and then select it.
- Right-click the site, and then�select�Properties.
- Click the Directory Security tab.
- In Authentication and access control, click Edit.
- If�the Enable anonymous access�check box is selected, click to disable it, and then click�OK.
- Click OK.
Note�The setting in SharePoint Central Administration may not show the actual access restrictions that are in use. Ultimately, anonymous access is controlled by the IIS settings for the web application. When you change the setting in SharePoint Central Administration, SharePoint sends the change to IIS, which�updates the web.config file to match. However, if you change the setting directly in IIS by using the steps in this article, SharePoint Central Administration will not reflect that change. Because of this, you should check settings in IIS if SharePoint behavior does not seem to follow the settings that you see in SharePoint Central Administration.�