Integration of MCMS with VS.NET and Role of SQL Server 2000

When MCMS installs, it integrates itself with VS.NET so that you can create MCMS projects. When you are going to create a site with MCMS, you need to tell MCMS where to save all information. For that purpose we need to configure database in SQL Server. There is no concept of premade pages, all pages are created from template pages with empty controls on it. Later on, when accessed (indirectly through channel name), the controls are filled with data that comes from attached SQL Server database. Its all responsibility of MCMS. Whatever authors add content to site, that all is saved in db, and MCMS fetches the contents of the channel accessed on runtime and fills the controls, and sends it to "Subscriber" (generally called a guest user).

Comments

Popular posts from this blog

Unable to delete Shared Services Provider in SharePoint (MOSS)

The server was unable to process the request due to an internal error. For more information about the error, either turn on IncludeExceptionDetailInFaults (either from ServiceBehaviorAttribute or from the configuration behavior) on the server in order to send the exception information back to the client, or turn on tracing as per the Microsoft .NET Framework 3.0 SDK documentation and inspect the server trace logs.

Cannot add a SimpleContent column to a table containing element columns or nested relations