zoukankan      html  css  js  c++  java
  • Search does not work with Anonymous Access(匿名访问搜索无任何结果)

    CAUSE :
    This is a default behavior seen in SharePoint that anonymous users do not get search results.  Security trimming prevents anonymous users from seeing items in search by default.

    RESOLUTION in MOSS 2007:
    Enable “Always index all ASPX pages on this site” on the site collection.

    Perform the following steps:
    • Open the SharePoint Site
    • Click on Site Actions, Site Settings and Modify Site Settings
    • Click on Search Visibility
    • Select the option that says “Always index all ASPX pages on this site”
    • Perform a full crawl again
    • Log into the site anonymously and perform search and you should get search results now

    Resolution in Moss 2010:

    Enable “Always index all ASPX pages on this site” on the site collection.

    Perform the following steps:
    • Open the SharePoint Site
    • Click on Site Actions, Site Settings

    • Click on Search and offline availability

    • Select the option that says “Always index all ASPX pages on this site”
    • Perform a full crawl again
    • Log into the site anonymously and perform search and you should get search results now

  • 相关阅读:
    ASP记录(一)
    ASP HTML JS CSS JQ之间恩怨
    ASP记录(二)之Input
    网页范例
    初识GoAhead
    TCP、IP、Http、Socket、telnet
    自定义博客的背景图片
    工具管理操作类介绍
    STL string的构造函数
    cout 格式化输出
  • 原文地址:https://www.cnblogs.com/KingStar/p/1961557.html
Copyright © 2011-2022 走看看