匿名用户访问用发布站点模板创建网站的列表项时要求登录的问题解决

时间:2022-10-08 15:20:05
因为发布站点中的一个Feature被打开了,造成将列表FormPage的查看给Lock了,所以需要登录,将其关闭就OK了。哈哈。
英文KB:
Users are unexpectedly prompted to enter their credentials when they access a list in a Windows SharePoint Services 3.0 site that is based on the Publishing Site template

Users are unexpectedly prompted to enter their credentials when they access a list in a Windows SharePoint Services 3.0 site that is based on the Publishing Site template

Article ID : 927082
Last Review : May 14, 2007
Revision : 2.1

SYMPTOMS

Consider the following scenario. You use SharePoint 3.0 Central Administration to create a new Microsoft Windows SharePoint Services 3.0 site that is based on the Publishing Site template. You configure the site to use anonymous access. However, when a user tries to access a list on the site, the user is unexpectedly prompted to enter his or her credentials. You expect a user to be able to access a list on the site without a prompt to enter his or her credentials.

匿名用户访问用发布站点模板创建网站的列表项时要求登录的问题解决Back to the top

CAUSE

This behavior occurs if the lockdown feature is enabled for the Limited Access permission level. The lockdown feature prevents anonymous users from viewing form pages and using remote APIs.

匿名用户访问用发布站点模板创建网站的列表项时要求登录的问题解决Back to the top

RESOLUTION

To resolve this issue, use the Stadm.exe command-line tool to disable the lockdown feature. To do this, follow these steps:
1. Click Start, click Run, type cmd in the Open box, and then click OK.
2. Type the following lines at the command prompt. Press ENTER after each line.
cd /d %commonprogramfiles%\Microsoft Shared\Web Server Extensions\12\Bin
stsadm -o deactivatefeature -url http://ServerName -filename ViewFormPagesLockDown\feature.xml
3. Type exit to exit the command prompt.
Note After you run this command line against your site, you must toggle the Site and Surveys permissions to turn off Anonymous access. Then, turn on Anonymous access again. You must do this for the command to take effect on content that exists in the site.

匿名用户访问用发布站点模板创建网站的列表项时要求登录的问题解决Back to the top


APPLIES TO
Microsoft Office SharePoint Server 2007
Microsoft Windows SharePoint Services 3.0

匿名用户访问用发布站点模板创建网站的列表项时要求登录的问题解决Back to the top

Keywords: 
kbexpertiseinter kbprb kbtshoot KB927082

匿名用户访问用发布站点模板创建网站的列表项时要求登录的问题解决Back to the top