博客
关于我
强烈建议你试试无所不能的chatGPT,快点击我
配置MOSS爬网时错误:访问被拒绝。请验证默认内容访问账户是否有权限
阅读量:4671 次
发布时间:2019-06-09

本文共 832 字,大约阅读时间需要 2 分钟。

最近使用SharePoint 2010时,用到了爬网.实际的环境如下:一个server,一个IIS中建立了不同的主机头,都是一个管理中心管理,但是在管理中心的server上,只能访问第一个和IIS同名的网站,其他网站访问不了.配置爬网以后,使用的是管理员账户,但是出错.在爬网日志中看到的是:访问被拒绝。请验证默认内容访问账户是否有权访问此库。在其他机器访问不同的主机头是正常的.后来听说在2007上也是一样的问题,因此进行一番搜索.得到方法是修改注册表。如下:

Resolution:

Follow these steps to Disable the loopback check which is causing the error:

Click Start, click Run, type regedit, and then click OK.In Registry Editor, locate and then click the following registry key:

HKEY_LOCAL_MACHINE\SYSTEM\CurrentControlSet\Control\Lsa

Right-click Lsa, point to New, and then click DWORD Value.Type DisableLoopbackCheck, and then press ENTER.Right-click DisableLoopbackCheck, and then click Modify.In the Value data box, type 1, and then click OK.Quit Registry Editor, and then restart your computer.  

转载于:https://www.cnblogs.com/Hary/archive/2011/11/08/2241332.html

你可能感兴趣的文章
圆筒绘画
查看>>
在变薄变厚的周而复始中前进的信息
查看>>
Professional C# 6 and .NET Core 1.0 - Chapter 43 WebHooks and SignalR
查看>>
响应式网站与自适应网站比较
查看>>
hexo博客出现“Cannot GET/xxxx”的错误
查看>>
sql
查看>>
Android初学第55天
查看>>
css元素样式确定
查看>>
JPA EntityManager详解
查看>>
C# 关键字 virtual、override和new的用法
查看>>
Filter
查看>>
如果有多个虚拟机,手动启动哪个
查看>>
字符串参数传递与返回值(转)
查看>>
selenium 3.6.0 geckodriver的一次坑
查看>>
predis如何实现phpredis的pconnect方法
查看>>
杜教筛
查看>>
JavaScriptDom操作与高级应用(八)
查看>>
拜占庭将军问题
查看>>
Codeforces 1163A - Eating Soup
查看>>
vim使用小技巧
查看>>