Home > Store

Microsoft Content Management Server 2002: A Complete Guide

Register your product to gain access to bonus material or receive a coupon.

Microsoft Content Management Server 2002: A Complete Guide

Book

  • Sorry, this book is no longer in print.
Not for Sale

Description

  • Copyright 2004
  • Edition: 1st
  • Book
  • ISBN-10: 0-321-19444-6
  • ISBN-13: 978-0-321-19444-2

Praise for Microsoft Content Management Server 2002

“This is one of those rare books that you will read to learn about the product and keep re-reading to find those tidbits that you missed before. Need to know how to setup CMS? Microsoft Content Management Server 2002: A Complete Guide will tell you. Need to know how the information is being processed before the user views it? Microsoft Content Management Server 2002: A Complete Guide will tell you. A great book no matter what your experience level is with Content Management Server.”

Gary Bushey, SharePoint Portal Server MVP

“A concise and accurate guide to Microsoft’s enterprise development tool for content-centric applications. An invaluable resource for any developer who wants to get the best out of Microsoft Content Management Server.”

Ed Robinson, Lead Program Manager, Microsoft Corporation

“Content management is a complex, multifaceted application area, and Microsoft’s CMS Server is a complex product. This book sets out everything you could possibly need or want to know about CMS. The title could easily be The CMS Resource Kit since it will be an essential addition to the library of any IT professional or developer working on content management and Microsoft’s CMS.”

Thomas Lee, Chief Technologist, QA

Content Management Server (CMS) is fast becoming a vital content-management tool that helps administrators and developers handle the ever-increasing amount of content on their Web sites. However, an authoritative source of product information has been missing . . . until now.

Microsoft Content Management Server 2002: A Complete Guide is the first book that explains how to effectively unlock the power of CMS. Administrators and developers alike will learn how to enhance their Web servers’ scalability, flexibility, and extensibility by using CMS features and API to manage content on the Microsoft platform.

This thorough reference explains the product architecture, then shows you how to create and edit content and use the workflow. Topic coverage includes CMS administration and security, the Publishing API, deployment options, site configuration, and template development. A running example is used throughout the book to illustrate how important CMS features are implemented in real-world Web site development. Inside you’ll find answers to such questions as:

  • Chapter 6: How do you customize workflow?
  • Chapter 10: How do you develop for Microsoft Content Management Server (CMS) 2002 using Visual Studio .NET?
  • Chapter 17: How do you establish user rights?
  • Chapter 22: How do you best deploy CMS according to your organization’s needs, size, and resources?
  • Chapter 32: How do you publish dynamic data?

Books in the Microsoft Windows Server System Series are written and reviewed by the world’s leading technical authorities on Microsoft Windows Technologies, including principal members of Microsoft’s Windows and Server Development Teams. The goal of the series is to provide reliable information that enables administrators, developers, and IT professionals to architect, build, deploy, and manage solutions using the Microsoft Windows Server System. The contents and code of each book are tested against, and comply with, commercially available code. Books published as part of the Microsoft Windows Server System Series are an invaluable resource for any IT professional or student working in today’s Windows environment.



Downloads

Source Code

Downloadable the Source Code for this title.

Sample Content

Downloadable Sample Chapter

Download the Sample Chapter related to this title.

Table of Contents



Preface.


About the Authors.

I. CMS FUNDAMENTALS.

1. Introduction to Content Management Server.

The CMS Story: Why Youll Want to Implement CMS in Your Environment.

Features of Content Management Server.

Summary.

2. Installing Microsoft Content Management Server.

Elements to Consider before a CMS Installation.

Summary.

3. CMS Architecture.

The History of CMS.

CMS ArchitectureOverview.

History of a CMS Page Request.

CMS ArchitectureComponent Discussion.

Managing and Rendering Content.

Authoring Content.

CMS Development.

CMS Administration.

Summary.

4. Planning a Content Management Server Engagement.

Envisioning the Project.

Planning the Project.

Developing the Project.

Stabilizing the Project.

Sample Planning Document Outline.

Summary.

II. CONTENT AUTHORING AND PUBLISHING.

5. The Web Author.

Overview.

Browser-Based Publishing.

CMS Page Modes.

Creating a New Page.

Adding Content.

Saving the Page.

Setting Up Page Properties.

Editing the Page.

Copying, Moving, and Deleting Pages.

Production Manager.

Summary.

6. Publishing Workflow.

Overview.

Submitting the Page.

Page Status.

Editors Approval.

Moderators Approval.

Auto-approval.

Page Revisions.

Summary.

7. Authoring Connector.

What Is the Authoring Connector?

Authoring Connector Components.

Using the Authoring Connector.

Setting Up Publishing Tasks.

Summary.

III. CREATING SITE FRAMEWORK.

8. Creating a New CMS site.

Overview.

Creating and Configuring a New Database.

Creating a New Virtual Web Site.

Using the Database Configuration Application.

Configuring an IIS Site as a CMS-Enabled Site.

Adding Virtual Directories Manually.

Accessing the CMS Site by a Root URL.

Creating a CMS Site with Shared Resources.

Summary.

9. Setting Up Site Structure.

Navigation and Channels.

Using the Site Manager.

Summary.

10. Developing for CMS Using Visual Studio .NET.

Overview.

How Is a CMS Project Different from Regular Web Projects?

Creating a New CMS Project.

Template Gallery Items.

Creating a TGI.

Adding Placeholder Definitions to Your TGI.

Adding Custom Properties.

Summary.

11. Template-Based Page Processing.

Overview.

Page Processing in Presentation Mode.

Page Processing in Authoring Mode.

Summary.

12. Designing Templates.

Overview.

What Is a Template?

Basic Template Types.

Planning Your Templates.

Creating a Template File.

Debugging Your Templates.

Summary.

13. Working with Placeholders in Visual Studio .NET.

Overview.

Placeholder Types.

Effective Placeholder Use.

Summary.

14. Creating Dynamic Navigation.

Overview.

What Is Navigation in CMS?

Design Considerations.

Creating Navigation Elements.

Summary.

15. Connected Postings.

Overview.

What Are Connected Postings?

Creating Connected Postings.

Workflow Implications of Connected Postings.

Summary.

IV. SITE ADMINISTRATION AND SECURITY.

16. Working with Containers.

Overview.

Working with Channels.

Working with Template Galleries.

Working with Resource Galleries.

Killing a Lock.

Purging Revisions.

Purging the CMS database.

Summary.

17. Setting Up User Rights.

User Roles.

Rights Groups.

Summary.

18. Using the Server Configuration Application.

Launching the SCA.

General Settings.

Configuring Cache.

Setting Up Web Entry Points.

Adding Domains.

Configuring Security Settings.

Summary.

19. Managing User Access.

CMS Authentication and Authorization Process.

IIS Security.

ASP.NET Security.

CMS Authentication and Authorization.

Summary.

20. Securing a CMS Site.

CMS Installation Security.

Authentication and Authorization.

Intranet Sites.

Internet Sites.

Extranet Sites.

Summary.

V. SITE DEPLOYMENT.

21. Site Deployment Manager.

Overview.

Using Site Deployment Manager.

Automating Package Processing.

Summary.

22. Deployment Scenarios.

Overview.

Environments and Deployment.

Deployment Scenarios.

Deployment Guidelines.

Summary.

VI. PUBLISHING API.

23. Introducing PAPI.

Who Will Need PAPI.

.NET-Based versus COM-Based APIs.

Context as the Entry Point to PAPI.

Principal Objects.

PAPI Object Model.

Relationship between Principal Objects.

Base Classes.

Exploring Namespaces.

Summary.

24. Obtaining Context.

CMS Context.

CmsHttpContext.

CmsApplicationContext.

Context Publishing Modes.

Summary.

25. Traversing Channels.

Checking Channel User Rights.

Creating and Deleting Objects in a Channel.

Working with Channel Members.

Working with Channel Objects.

Constructing Dynamic Navigation and Displaying Breadcrumbs.

Summary.

26. Managing Postings.

Checking Posting User Rights.

Managing Postings.

Working with Posting Members.

Working with Posting Child Objects.

Summary.

27. Manipulating Placeholders.

Placeholder Context.

Creating and Deleting Placeholders and PlaceholderDefinitions.

Working with Placeholder Members.

Working with PlaceholderDefinition Members.

Working with Placeholder Child Objects.

Custom Placeholders.

Summary.

28. Searching for CMS Assets.

Exploring Searches.

Searching for a Single Asset.

Searching for a Collection of Assets.

Efficient Searching for CMS Assets.

Summary.

VII. EXTENDING CMS.

29. Developing Custom Controls for CMS.

Overview.

User Controls.

Composite Controls.

Summary.

30. Customizing the Web Author Console.

Overview.

Anatomy of the Web Author .NET Console.

Working with the Default Console Control.

Subclassing to Create a New Action Control.

Customizing the Web Author Toolbar.

Customizing the ASP Web Author.

Summary.

31. Extending the Publishing Workflow.

Overview.

What Is Extending the Workflow?

A Review of the Publishing Events.

Creating Event Handlers.

Best Practices for Extending Workflow.

Summary.

32. Publishing Dynamic Data in CMS.

Overview.

Why Would You Want to Integrate?

Sample Integrations.

Summary.

33. Web Services.

Common Uses.

Setup for Coding CMS Web Services.

Building a Web Service.

Consuming a Web Service.

Testing the Web Service.

Summary.

VIII. CMS PERFORMANCE.

34. Performance Planning.

Designing High-Performance CMS Sites.

Developing High-Performance CMS Sites.

Deploying High-Performance CMS Sites.

Network Latency.

IIS Performance.

SQL Server Performance.

Security and Performance.

Summary.

35. Performance Testing and Capacity Planning.

Performance Goals.

Performance Testing.

Web Usage Statistics.

Transaction Cost Analysis.

Troubleshooting Performance Issues.

Summary.

36. Tips and Techniques.

Overview.

Building a Site Map with Recursive Navigation.

Impersonation.

Anonymous Content Contribution.

Creating an Alternate Version of a Posting.

How Do I Debug a CMS Project?

Why Am I Prompted for Logon Credentials When I Have Windows Authentication Enabled?

Reducing the Number of Clicks to Attachments.

Creating Navigation with Existing .NET Server Controls.

Summary.

IX. MOVING FORWARD WITH CMS.

37. Upgrading or Migrating Your Site to Content Management Server 2002.

Migrating Your Existing Site to CMS 2002.

Content Inventory.

Functionality Inventory.

Information Architecture Review and Template Design.

Workflow.

Role Definition.

Content Import.

Technical and Content Contributor Training.

Upgrading from CMS 2001 to 2002.

Backing Up Your Existing Site.

Uninstalling CMS 2001.

Finding and Reviewing Your Templates.

Running in Mixed Mode.

Summary.

X. APPENDIXES.

Appendix A. HTTP Reference.

Overview.

HTTP Request.

HTTP Response.

General Header Fields.

Entity Header Fields.

Summary.

Appendix B. Publishing API Reference.

CmsHttpContext Parentage.

CmsApplicationContext Parentage.

Channel Parentage.

Posting Parentage.

Placeholder Parentage.

PlaceholderDefinition Parentage.

Index. 0321194446T10102003

Index

Download the Index file related to this title.

Updates

Submit Errata

More Information

InformIT Promotional Mailings & Special Offers

I would like to receive exclusive offers and hear about products from InformIT and its family of brands. I can unsubscribe at any time.

Overview


Pearson Education, Inc., 221 River Street, Hoboken, New Jersey 07030, (Pearson) presents this site to provide information about products and services that can be purchased through this site.

This privacy notice provides an overview of our commitment to privacy and describes how we collect, protect, use and share personal information collected through this site. Please note that other Pearson websites and online products and services have their own separate privacy policies.

Collection and Use of Information


To conduct business and deliver products and services, Pearson collects and uses personal information in several ways in connection with this site, including:

Questions and Inquiries

For inquiries and questions, we collect the inquiry or question, together with name, contact details (email address, phone number and mailing address) and any other additional information voluntarily submitted to us through a Contact Us form or an email. We use this information to address the inquiry and respond to the question.

Online Store

For orders and purchases placed through our online store on this site, we collect order details, name, institution name and address (if applicable), email address, phone number, shipping and billing addresses, credit/debit card information, shipping options and any instructions. We use this information to complete transactions, fulfill orders, communicate with individuals placing orders or visiting the online store, and for related purposes.

Surveys

Pearson may offer opportunities to provide feedback or participate in surveys, including surveys evaluating Pearson products, services or sites. Participation is voluntary. Pearson collects information requested in the survey questions and uses the information to evaluate, support, maintain and improve products, services or sites, develop new products and services, conduct educational research and for other purposes specified in the survey.

Contests and Drawings

Occasionally, we may sponsor a contest or drawing. Participation is optional. Pearson collects name, contact information and other information specified on the entry form for the contest or drawing to conduct the contest or drawing. Pearson may collect additional personal information from the winners of a contest or drawing in order to award the prize and for tax reporting purposes, as required by law.

Newsletters

If you have elected to receive email newsletters or promotional mailings and special offers but want to unsubscribe, simply email information@informit.com.

Service Announcements

On rare occasions it is necessary to send out a strictly service related announcement. For instance, if our service is temporarily suspended for maintenance we might send users an email. Generally, users may not opt-out of these communications, though they can deactivate their account information. However, these communications are not promotional in nature.

Customer Service

We communicate with users on a regular basis to provide requested services and in regard to issues relating to their account we reply via email or phone in accordance with the users' wishes when a user submits their information through our Contact Us form.

Other Collection and Use of Information


Application and System Logs

Pearson automatically collects log data to help ensure the delivery, availability and security of this site. Log data may include technical information about how a user or visitor connected to this site, such as browser type, type of computer/device, operating system, internet service provider and IP address. We use this information for support purposes and to monitor the health of the site, identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents and appropriately scale computing resources.

Web Analytics

Pearson may use third party web trend analytical services, including Google Analytics, to collect visitor information, such as IP addresses, browser types, referring pages, pages visited and time spent on a particular site. While these analytical services collect and report information on an anonymous basis, they may use cookies to gather web trend information. The information gathered may enable Pearson (but not the third party web trend services) to link information with application and system log data. Pearson uses this information for system administration and to identify problems, improve service, detect unauthorized access and fraudulent activity, prevent and respond to security incidents, appropriately scale computing resources and otherwise support and deliver this site and its services.

Cookies and Related Technologies

This site uses cookies and similar technologies to personalize content, measure traffic patterns, control security, track use and access of information on this site, and provide interest-based messages and advertising. Users can manage and block the use of cookies through their browser. Disabling or blocking certain cookies may limit the functionality of this site.

Do Not Track

This site currently does not respond to Do Not Track signals.

Security


Pearson uses appropriate physical, administrative and technical security measures to protect personal information from unauthorized access, use and disclosure.

Children


This site is not directed to children under the age of 13.

Marketing


Pearson may send or direct marketing communications to users, provided that

  • Pearson will not use personal information collected or processed as a K-12 school service provider for the purpose of directed or targeted advertising.
  • Such marketing is consistent with applicable law and Pearson's legal obligations.
  • Pearson will not knowingly direct or send marketing communications to an individual who has expressed a preference not to receive marketing.
  • Where required by applicable law, express or implied consent to marketing exists and has not been withdrawn.

Pearson may provide personal information to a third party service provider on a restricted basis to provide marketing solely on behalf of Pearson or an affiliate or customer for whom Pearson is a service provider. Marketing preferences may be changed at any time.

Correcting/Updating Personal Information


If a user's personally identifiable information changes (such as your postal address or email address), we provide a way to correct or update that user's personal data provided to us. This can be done on the Account page. If a user no longer desires our service and desires to delete his or her account, please contact us at customer-service@informit.com and we will process the deletion of a user's account.

Choice/Opt-out


Users can always make an informed choice as to whether they should proceed with certain services offered by InformIT. If you choose to remove yourself from our mailing list(s) simply visit the following page and uncheck any communication you no longer want to receive: www.informit.com/u.aspx.

Sale of Personal Information


Pearson does not rent or sell personal information in exchange for any payment of money.

While Pearson does not sell personal information, as defined in Nevada law, Nevada residents may email a request for no sale of their personal information to NevadaDesignatedRequest@pearson.com.

Supplemental Privacy Statement for California Residents


California residents should read our Supplemental privacy statement for California residents in conjunction with this Privacy Notice. The Supplemental privacy statement for California residents explains Pearson's commitment to comply with California law and applies to personal information of California residents collected in connection with this site and the Services.

Sharing and Disclosure


Pearson may disclose personal information, as follows:

  • As required by law.
  • With the consent of the individual (or their parent, if the individual is a minor)
  • In response to a subpoena, court order or legal process, to the extent permitted or required by law
  • To protect the security and safety of individuals, data, assets and systems, consistent with applicable law
  • In connection the sale, joint venture or other transfer of some or all of its company or assets, subject to the provisions of this Privacy Notice
  • To investigate or address actual or suspected fraud or other illegal activities
  • To exercise its legal rights, including enforcement of the Terms of Use for this site or another contract
  • To affiliated Pearson companies and other companies and organizations who perform work for Pearson and are obligated to protect the privacy of personal information consistent with this Privacy Notice
  • To a school, organization, company or government agency, where Pearson collects or processes the personal information in a school setting or on behalf of such organization, company or government agency.

Links


This web site contains links to other sites. Please be aware that we are not responsible for the privacy practices of such other sites. We encourage our users to be aware when they leave our site and to read the privacy statements of each and every web site that collects Personal Information. This privacy statement applies solely to information collected by this web site.

Requests and Contact


Please contact us about this Privacy Notice or if you have any requests or questions relating to the privacy of your personal information.

Changes to this Privacy Notice


We may revise this Privacy Notice through an updated posting. We will identify the effective date of the revision in the posting. Often, updates are made to provide greater clarity or to comply with changes in regulatory requirements. If the updates involve material changes to the collection, protection, use or disclosure of Personal Information, Pearson will provide notice of the change through a conspicuous notice on this site or other appropriate way. Continued use of the site after the effective date of a posted revision evidences acceptance. Please contact us if you have questions or concerns about the Privacy Notice or any objection to any revisions.

Last Update: November 17, 2020