如何启用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.
 





本文转自 张善友 51CTO博客,原文链接:http://blog.51cto.com/shanyou/75044,如需转载请自行联系原作者
目录
相关文章
|
监控 安全 数据挖掘
网络游戏服务器如何有效防护DDoS与CC攻击
随着网络游戏行业的蓬勃发展,其背后的服务器架构日益复杂,同时也面临着前所未有的网络安全威胁。其中,分布式拒绝服务(DDoS)和CC(Challenge Collapsar,一种针对网页的攻击方式)攻击尤为突出,它们通过大量伪造请求或恶意流量,使服务器资源耗尽,导致服务中断或响应缓慢。因此,保障网络游戏服务器的安全,有效防护DDoS与CC攻击,已成为游戏行业亟待解决的问题。
|
Python
axios的get请求传入数组参数
【10月更文挑战第11天】 当使用 `axios` 发送包含数组参数的 GET 请求时,默认的序列化方式可能与后端(如 Django)不兼容,导致无法正确获取数组参数。解决方案是通过 `paramsSerializer` 指定自定义序列化函数,或使用 `qs` 库来格式化数组参数,确保前后端一致。示例代码展示了如何使用 `qs` 库设置 `arrayFormat` 为 `"repeat"`,以符合 Django 的解析要求。
525 2
|
监控 安全 网络安全
网络边界详解
网络边界详解
|
自然语言处理 前端开发 搜索推荐
分享72个PHP源码,总有一款适合您
分享72个PHP源码,总有一款适合您
1339 0
|
API 开发工具 git
ShowDoc自动生成api接口文档
ShowDoc自动生成api接口文档
456 0
|
存储 算法 搜索推荐
【算法】七大经典排序(插入,选择,冒泡,希尔,堆,快速,归并)(含可视化算法动图,清晰易懂,零基础入门)
【算法】七大经典排序(插入,选择,冒泡,希尔,堆,快速,归并)(含可视化算法动图,清晰易懂,零基础入门)
459 1
|
Kubernetes 调度 Docker
Kubernetes:环境搭建
Kubernetes:环境搭建
|
网络协议
MSSQL注入DNS带外问题解决
MSSQL注入DNS带外问题解决
254 2
|
安全 前端开发 机器人
文字点选行为验证插件助您的网站更安全
随着互联网的快速发展,网络安全问题也日益突出。为了防止恶意机器人或自动程序的攻击,越来越多的网站采用了文字点选验证码作为一种有效的安全验证手段。
文字点选行为验证插件助您的网站更安全
|
Java 测试技术 Nacos
SpringCloud 整合Nacos config
SpringCloud 整合Nacos config
405 0

热门文章

最新文章