Kevin Steffer Outloud – web, business and opinions

11Feb/050

Starting up Microsoft Content Management Server 2002 with Visual Studio .NET 2003

Introduction
Well for about a week or two I've been concentrating on learning howto to develop websites with the Microsoft flagship of CMS solutions. The Microsoft Content Management Server 2002.MCMS 2002 is pretty awesome in many ways - it has also some new issues for how CMS is thought to be.

MCMS is a complete suite of features in CMS, content creation, content approval, content publishing. The flow is pretty obvious, but for some smaller websites it can become very annoying if you have to approve every document before publishing. You won't even think about the idea of migrating from some other CMS system.

But anyways MCMS brings many benefits. It brings you the backend to the front of your Internet Explorer who wouldn't like that?

To the Tech
I installed the MCMS 2002 evaluation edition on my WinXP machine. And I must say: What a task!!!
MCMS requires:

  • Microsoft Visual Studio .NET 2002
  • Microsoft Visual Studio .NET 2003
  • Internet Explorer Web Controls (hard to find - you'll get the wrong one if you download the one from www.gotdotnet.com)
  • Microsoft SQL Server 2000 (SP3)

Well after installing my .NET 2002 packages (I only had .NET 2003 installed) it takes a while. Then I had to find the correct package of then Internet Explorer Web Controls to install.
Well and finally I installed the MCMS 2002 Evaluation.

Setting up the database was quite easy.

  • Create a new database on your SQL Server
  • Start MCMS Database Configuration Application
  • Follow the wizard and it takes care of the rest.

I installed a MCMS Sample Site the "WoodGroveNet" site to see how files were structured and just how to see what parts a MCMS site was made of.
This was pretty easy also to open up then WoodGroveNet site in my VS .NET 2003 and suddenly theres was a Template Gallery :D This is a resource of the MCMS where it keeps the templates for creating a new webpage. WOUW could this be so easy ??? - not quite but almost.

I created a new Gallery and made a template and followed the "Site Developer Tutorial" in the MCMS Help on howto create templates and matching "Microsoft Content Management Template" (a aspx file that is made ready for dragging content objects onto). I followed the tutorial through out my testing and made the template and the template aspx file. Matched those together compiled my site again.
I even tried to make a new website and went through the tutorial again on howto make the templates but when your make a complete new website you have to dig in using the MCMS Site Manager, the tutorial told me everything - NICELY :D

I tried to view the page and the went into edit mode and made a new page with my template and wrote some content. Made a preview of my stuff and published it - AND IT'S ALIVE !!!

I made a new "Channel" as told from the tutorial and I must say when I launched the Site Manager I got a bit more confident on how to develop with the MCMS. It all suddenly became clear how the MCMS worked in the flow of template -> content -> publish -> view workflow.

Everything is build on a subsite level called a "Channel". You create Channels for resources, templates and sites. So your website content authors and editors know exactly what parts to use when they create a new page or new content.

Well this is will be all for now - know I'll try to make some coding for a navigation menu which doesn't seem to be that easy. The Sample site WoodGroveNet uses a seperate project called "McmsWebControlLibraryVB" and I think I have to dig into that beautiful looking creature and make some AHHHHH before making my own.

Untill then - take care

Kevin Steffer [MCP]
- and still learning

Filed under: CMS No Comments
3Feb/050

Welcome to my Blog

Hi visitor

I'm not into some fancy stuff right know - simply just to welome you to my new weblog.

to be continued ...

Filed under: Outloud No Comments