在SharePoint 2010中启用匿名访问无法正常工作,无法匿名访问我的SharePoint网站

时间:2014-02-13 08:31:50

标签: sharepoint sharepoint-2010 anonymous

我尝试在SharePoint 2010中启用匿名访问已有一段时间了,但它不起作用。我已经按照许多指南来启用匿名访问,例如Enable Anonymous Access in SharePoint 2010

当我尝试匿名访问我的SharePoint网站时,我没有获得任何登录对话框,但我收到 403 FORBIDDEN错误

我已检查过IIS中是否启用了“匿名身份验证”。无论浏览器如何,我都会得到同样的错误。

任何?

1 个答案:

答案 0 :(得分:1)

问题解决了。注释掉所有具有SPContext.Current的代码,然后它就可以了。阅读此博文:http://steveclements.net/blog/Gotcha-403-and-401-errors-in-SharePoint-using-Anonymous-access