Search icon CANCEL
Subscription
0
Cart icon
Your Cart (0 item)
Close icon
You have no products in your basket yet
Arrow left icon
Explore Products
Best Sellers
New Releases
Books
Videos
Audiobooks
Learning Hub
Conferences
Free Learning
Arrow right icon
Arrow up icon
GO TO TOP
Advanced Microsoft Content Management Server Development

You're reading from   Advanced Microsoft Content Management Server Development Working with the Publishing API, Placeholders, Search, Web Services, RSS, and Sharepoint Integration

Arrow left icon
Product type Paperback
Published in Nov 2005
Publisher Packt
ISBN-13 9781904811534
Length 544 pages
Edition 1st Edition
Concepts
Arrow right icon
Toc

Table of Contents (21) Chapters Close

Advanced Microsoft Content Management Server Development
Credits
About the Authors
About the Reviewers
1. Building CMS Explorer FREE CHAPTER 2. Managing Channels and Postings with the PAPI 3. Managing Templates, Template Galleries, and Resources 4. Preparing Postings for Search Indexing 5. Searching MCMS with SharePoint 6. Publishing Content Between MCMS and SharePoint 7. Building SharePoint Web Parts 8. Useful Placeholder Controls 9. Validating Placeholder Controls 10. Staging Static Pages 11. InfoPath with MCMS Web Services 12. MCMS and RSS 13. Essential How-Tos, Tips, and Tricks 1. Setting up MCMS and SPS on the Same Virtual Server 2. MCMS Connector for SharePoint Technologies 3. Installing the Tropical Green Website Index

Creating the TropicalGreen Web Application


Next, let’s create and configure a web application for the Tropical Green website.

  1. 1. Open Internet Services Manager (point to Start | Administrative Tools | Internet Information Services).

  2. 2. Expand the nodes COMPUTERNAME (local computer) | Web Sites.

  3. 3. Right-click on Default Web Site and select New Virtual Directory....

  4. 4. When the Virtual Directory Creation Wizard opens, click Next.

  5. 5. For the Virtual Directory alias, enter TropicalGreen and click Next.

  6. 6. On the next page, click Browse and navigate to the location of the TropicalGreen directory extracted earlier, something like C:\1167_FinalCode\TropicalGreen\. Click Next.

  7. 7. Next, choose to allow the following permissions:

    • Read

    • Run scripts (such as ASP)

  8. 8. Click Next.

  9. 9. Click Finish.

  10. 10. Right-click on the newly created TropicalGreen virtual directory and click Properties.

  11. 11. Select the Directory Security tab, and in the Anonymous access and authentication control section, click Edit....

  12. 12. Ensure that the Anonymous access option is checked.

  13. 13. Close all open dialogs.

The TropicalGreen virtual directory has been successfully created. However, in order for the site to work correctly, we need to add the CMS virtual directory.

Adding the CMS Virtual Directory

The CMS virtual directory contains the MCMS files that are required by Web Author. It is normally added by the MCMS web project creation wizard when creating a project with Visual Studio. However, since we have downloaded the project and created the virtual directory manually, we need to add the CMS virtual directory ourselves.

  1. 1. With Internet Services Manager open, right-click on the newly created TropicalGreen virtual directory and select New | Virtual Directory....

  2. 2. This time, enter an alias of CMS, and for the website content directory, choose Microsoft Content Management Server\Server\IIS_CMS\.

  3. 3. In the Access Permissions dialog, check Read and Run scripts (such as ASP). Click Next, and then Finish.

  4. 4. Now we need to configure the CMS virtual directory to use Tropical Green’s application domain. Right-click on the new CMS virtual directory, and select Properties.

  5. In the Virtual Directory tab, look for the Application Settings section, and click Remove.

  6. 5. Click OK to close the Properties dialog.

lock icon The rest of the chapter is locked
Register for a free Packt account to unlock a world of extra content!
A free Packt account unlocks extra newsletters, articles, discounted offers, and much more. Start advancing your knowledge today.
Unlock this book and the full library FREE for 7 days
Get unlimited access to 7000+ expert-authored eBooks and videos courses covering every tech area you can think of
Renews at $19.99/month. Cancel anytime
Banner background image