Andrew Connell, one of the grandmasters of SharePoint has a lenghty post, deserving of a bookmark, that outlines how to configure a Publishing Site (aka: WCM site) in MOSS 2007. The goal is to provide an experience that achieves three requirements:
- Allow content owners/authors to authenticate on the site using their corporate Active Directory credentials in order to manage the Web site’s content.
- Allow unauthenticated, anonymous users, to browse the unrestricted areas of the Web site.
- Require anonymous user to provide a friendly Web-based form to login in order to consume restricted content.
He will demonstrate how all three goals can be achieved using MOSS 2007 and WSS v3 in this article. The article is broken down into nice manageable parts:
-
Setting Up ASP.NET 2.0 Forms Authentication User & Role Data Store
- Create the ASP.NET 2.0 Database
- Configure Membership & Role Providers
- Create A User
-
Creating Two Web Applications, One For Each Authentication Mechanism
- Creating the http://extranet IIS Web site
- Creating the http://internet IIS Web site
-
Configure The Web Applications To Communicate With The ASP.NET 2.0 Forms Authentication Data Store
- Configure http://extranet & http://internet
- Configure SharePoint Central Administration
-
Enabling Forms Authentication On One Web Application
-
Enabling Anonymous Access
-
Configuring A Section Of the Site For Authenticated Users Only



