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.
     
     
     

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

  • 相关阅读:
    Homework template (latex)
    Basic skill of searching
    国庆第三次集训: 2012 ACM-ICPC Asia Regional Contest Chengdu Site
    新学期随笔
    暑期集训感想
    暑期集训 DP 篇
    POJ 1195 Mobile Phones 二维树状数组
    51Nod1246 罐子和硬币,不能均分的题
    一维战舰,一道考区间的好题
    51NOD 1268 和为K的组合 搜索水题
  • 原文地址:https://www.cnblogs.com/shanyou/p/444679.html
Copyright © 2011-2022 走看看