惯性聚合 高效追踪和阅读你感兴趣的博客、新闻、科技资讯
阅读原文 在惯性聚合中打开

推荐订阅源

Simon Willison's Weblog
Simon Willison's Weblog
P
Privacy International News Feed
www.infosecurity-magazine.com
www.infosecurity-magazine.com
T
Troy Hunt's Blog
Hacker News - Newest:
Hacker News - Newest: "LLM"
Attack and Defense Labs
Attack and Defense Labs
S
Secure Thoughts
V2EX - 技术
V2EX - 技术
cs.AI updates on arXiv.org
cs.AI updates on arXiv.org
O
OpenAI News
Cloudbric
Cloudbric
Google Online Security Blog
Google Online Security Blog
Schneier on Security
Schneier on Security
cs.CV updates on arXiv.org
cs.CV updates on arXiv.org
Help Net Security
Help Net Security
Cyberwarzone
Cyberwarzone
G
GRAHAM CLULEY
L
Lohrmann on Cybersecurity
Threat Intelligence Blog | Flashpoint
Threat Intelligence Blog | Flashpoint
Spread Privacy
Spread Privacy
NISL@THU
NISL@THU
N
News and Events Feed by Topic
T
Tenable Blog
S
Security @ Cisco Blogs
N
News and Events Feed by Topic
The Hacker News
The Hacker News
C
CXSECURITY Database RSS Feed - CXSecurity.com
宝玉的分享
宝玉的分享
月光博客
月光博客
酷 壳 – CoolShell
酷 壳 – CoolShell
美团技术团队
奇客Solidot–传递最新科技情报
奇客Solidot–传递最新科技情报
Google DeepMind News
Google DeepMind News
钛媒体:引领未来商业与生活新知
钛媒体:引领未来商业与生活新知
T
Tailwind CSS Blog
V
Visual Studio Blog
P
Proofpoint News Feed
Webroot Blog
Webroot Blog
让小产品的独立变现更简单 - ezindie.com
让小产品的独立变现更简单 - ezindie.com
博客园 - 三生石上(FineUI控件)
cs.CL updates on arXiv.org
cs.CL updates on arXiv.org
Jina AI
Jina AI
雷峰网
雷峰网
T
The Blog of Author Tim Ferriss
Hugging Face - Blog
Hugging Face - Blog
腾讯CDC
L
LangChain Blog
The Register - Security
The Register - Security
OSCHINA 社区最新新闻
OSCHINA 社区最新新闻
博客园 - 聂微东

博客园 - 尹智玲

给网站增加内页好方法 日力高周波机械 礼品网最终还是决定走淘宝客路线 漂亮的仿qq菜单 单点登陆 国外C#开源系统一览表 test 了解Windows Workflow Foundation Engine (转) c#学习资源 智能客户端网站资料 一篇关于在sharepoint2007上配置Email和将Access2007数据发布到sharepoint2007上的好文章 一篇关于从B2TR升级到RTM的好文章 一个基于sharepoint2007开发的网站 一些有关sharepoint WebServices相关资料 今天微软系列产品发布日,去MSDN上逛了逛,无意中发现了些绝好资源, sharepoint2007视频教材 拼接图片软件 sharepoint相关网址 单点登陆中根据用户名和密码实现自动登陆技巧
WSS v3 也可以作为外部网站使用 ---开启anonymous
尹智玲 · 2006-11-16 · via 博客园 - 尹智玲

Windows SharePoint Service 虽然主要是设计给团队使用的(Team site), 但是它已完全采用 ASP.NET WebPart 的架构, 也支持 ASP.NET 2.0 的各种 Provider (如: MembershipProvider, RoleProvider...), 绝对有机会成为一个外部公开的网站使用。加上它把整个网站的网页与设定都放在 SQL Server 里, 使得用 WSS 作成 Web Farm (多台 Web 以 Load Balancer 提供同样的服务), 避免了网站程序复制到每一台 Web Server 的错误风险。 不过, WSS 预设是要登入的, 要作为公开的外部网站, 重点是开启 anonymous 的权限, 有三个地方要设: 首先是用 SharePoint 3.0 Central Administration 在 Central Acommunityserverdministration > Application Management > Authentication Providers > Default 里勾选 Enable anonymous access; 其次是在 WSS 的网站里的 Site Settings > Advanced Permissions 的 Settings 上多了一个 Anonymous Access 可以选, 点选进入后勾选 Entire Web site; 最后再检查 IIS Manager 里的网站安全设定, 看看有没有勾选 Enable anonymous access。设好之后, WSS 不用登入, 也可以浏览网站的内容。