zoukankan      html  css  js  c++  java
  • 如何启用WSS 3的匿名用户访问

    可以在创建网站的时候指定匿名用户访问WSS 3的网站,也可以通过SharePoint Central Administration启用匿名用户的访问
    1.  Browse to the Central admin site-->Application Management
    2.  Click on Policy for Web application link in the Application Security section and select the web applciation.
    3.  Click on Change Anonymous access policy and enable the Anonymous user policy.
    下面是来自新闻组中的设置步骤:
    1. Enable anonymous access for a web application from the Central Admin.
    Central Admin Home Page > Application Management > Authentication Providers > select the Membership Provider (authentication.aspx) and enable anonymous
    access from the next page.
    You don't have to do anything on the IIS Manager ... enabling it from the Central Admin page will also enable it on IIS.

    2. Explicitly turn it on for the sites you want to be accessed anonymously.
    Browse to the site, click Site Settings > Advanced Permissions > Settings >Anonymous Access (setanon.aspx) and turn on anonymous access for the site.

    下面是如何使匿名用户访问使用WSS 架设的Blog
    Anonymous Access: How do I get it to work on a blog item? 
     
    1.  Browse to the site as admin.
    2.  Click on View all site content.
    3.  Click on the Posts list
    4.  Click on Settings-->List settings and then click on Versioning settings
    5.  Select NO for the content approval option.
     
     
     

    欢迎大家扫描下面二维码成为我的客户,为你服务和上云

  • 相关阅读:
    子查询
    主键、外键
    语句、聚合函数、数学函数、字符串函数、时间日期函数
    数据库的备份、还原、分离、附加
    SQL server数据类型、增删改查
    轮播特效
    手风琴特效
    关于Winform中的用户代理
    详细的SQL中datediff用法
    sql server 的datediff函数
  • 原文地址:https://www.cnblogs.com/shanyou/p/444679.html
Copyright © 2011-2022 走看看