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.
     
     
     

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

  • 相关阅读:
    核函数矩阵为什么要是positive semidefinite的
    Autoencoders
    Statistics与Machine Learning有什么区别
    [zz]Using SyncTeX with LaTeX
    Metric Learning的一个疑惑
    [zz]Latex中texworks编辑器正向反向跳转搜索
    [zz]Python3.x新特性
    LyX 2.0.5中文排版
    function
    多行文字结尾显示省略号
  • 原文地址:https://www.cnblogs.com/shanyou/p/444679.html
Copyright © 2011-2022 走看看