Microsoft Content Management Server - CMS and Commerce server 2002 enabling/disabling

This is Interesting: Free IT Magazines  
Home > Archive > Microsoft Content Management Server > June 2006 > CMS and Commerce server 2002 enabling/disabling





You are viewing an archived Text-only version of the thread. To view this thread in it's original format and/or if you want to reply to this thread please [click here]

Author CMS and Commerce server 2002 enabling/disabling
SalamElias

2006-06-14, 1:19 pm

Hi, I have enabled MCMS in VS 2003 commerce server 2002 project using
"Project" menu then clicking on "Enable as MCMS Project".
I experienced so many issues and want to reverse to not enabli9ng it as
MCMS. The item "Enable as MCMS Project" in the menu project is greyed out and
there is no disable item.

How can take off all CMS stuff.
Thanks in advance
Stefan [MSFT]

2006-06-14, 1:19 pm

Hi Salam,

you would need to do this manually.
This requires to remove certain entries from the web.config:

<add assembly="Microsoft.ContentManagement.Common,
Version=5.0.1200.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add assembly="Microsoft.ContentManagement.RepositoryInterfaces,
Version=1.0.1000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add assembly="Microsoft.ContentManagement.SharePoint.Dialogs,
Version=1.0.1000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add assembly="Microsoft.ContentManagement.SharePoint.Placeholders,
Version=1.0.1000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add assembly="Microsoft.ContentManagement.SharePoint.WebControls,
Version=1.0.1000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add assembly="Microsoft.ContentManagement.Publishing,
Version=5.0.1200.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add
assembly="Microsoft.ContentManagement.Publishing.Extensions.Placeholders,
Version=5.0.1200.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add
assembly="Microsoft.ContentManagement.Publishing.Extensions.Placeholders.Office,
Version=5.0.1200.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add assembly="Microsoft.ContentManagement.Web, Version=5.0.1200.0,
Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add assembly="Microsoft.ContentManagement.WebAuthor,
Version=5.0.1200.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
<add assembly="Microsoft.ContentManagement.WebControls,
Version=5.0.1200.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />

....

<add
type="Microsoft.ContentManagement.Web.Security.CmsAuthorizationModule,
Microsoft.ContentManagement.Web, Version=5.0.1200.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" name="CmsAuthorizationModule" />
<add type="Microsoft.ContentManagement.Web.CmsEndRequestModule,
Microsoft.ContentManagement.Web, Version=5.0.1200.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" name="CmsEndRequestModule" />
<add
type="Microsoft.ContentManagement.Publishing.Events.PostingEventsModule,
Microsoft.ContentManagement.Publishing, Version=5.0.1200.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" name="CmsPosting" />
<add type="Microsoft.ContentManagement.Web.Caching.CmsCacheModule,
Microsoft.ContentManagement.Web, Version=5.0.1200.0, Culture=neutral,
PublicKeyToken=31bf3856ad364e35" name="CmsCacheModule" />

Then to remove the console folder and the "CMS" virtual directory from the
template project virtual directory in IIS MMC.

In addition you need to mark the project as not being MCMS enabled by
removing the following line from the *.csproj file in your template
directory:

<UserProperties CmsEnabled = "1" />

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no rights

New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------


"SalamElias" <eliassal@online.nospam> wrote in message
news:9D879DDC-3ACC-4573-8C09-385323BDA481@microsoft.com...
> Hi, I have enabled MCMS in VS 2003 commerce server 2002 project using
> "Project" menu then clicking on "Enable as MCMS Project".
> I experienced so many issues and want to reverse to not enabli9ng it as
> MCMS. The item "Enable as MCMS Project" in the menu project is greyed out
> and
> there is no disable item.
>
> How can take off all CMS stuff.
> Thanks in advance



SalamElias

2006-06-15, 1:19 pm

Thanks, I followed the steps you indicate and everything is working
correctly.However, I didn't understand what do you mean by "remove the
console folder and the "CMS" virtual directory from the
template project virtual directory in IIS MMC."
In my IIS, I have a "console directorry in MCMS virtual directory" in which
there is only "defaultconsole.ascx.
Are you saying I need to modify this one? otherwise I don't see where I
should dothis
thanks again
"Stefan [MSFT]" wrote:

> Hi Salam,
>
> you would need to do this manually.
> This requires to remove certain entries from the web.config:
>
> <add assembly="Microsoft.ContentManagement.Common,
> Version=5.0.1200.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
> <add assembly="Microsoft.ContentManagement.RepositoryInterfaces,
> Version=1.0.1000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
> <add assembly="Microsoft.ContentManagement.SharePoint.Dialogs,
> Version=1.0.1000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
> <add assembly="Microsoft.ContentManagement.SharePoint.Placeholders,
> Version=1.0.1000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
> <add assembly="Microsoft.ContentManagement.SharePoint.WebControls,
> Version=1.0.1000.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
> <add assembly="Microsoft.ContentManagement.Publishing,
> Version=5.0.1200.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
> <add
> assembly="Microsoft.ContentManagement.Publishing.Extensions.Placeholders,
> Version=5.0.1200.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
> <add
> assembly="Microsoft.ContentManagement.Publishing.Extensions.Placeholders.Office,
> Version=5.0.1200.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
> <add assembly="Microsoft.ContentManagement.Web, Version=5.0.1200.0,
> Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
> <add assembly="Microsoft.ContentManagement.WebAuthor,
> Version=5.0.1200.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
> <add assembly="Microsoft.ContentManagement.WebControls,
> Version=5.0.1200.0, Culture=neutral, PublicKeyToken=31bf3856ad364e35" />
>
> ....
>
> <add
> type="Microsoft.ContentManagement.Web.Security.CmsAuthorizationModule,
> Microsoft.ContentManagement.Web, Version=5.0.1200.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35" name="CmsAuthorizationModule" />
> <add type="Microsoft.ContentManagement.Web.CmsEndRequestModule,
> Microsoft.ContentManagement.Web, Version=5.0.1200.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35" name="CmsEndRequestModule" />
> <add
> type="Microsoft.ContentManagement.Publishing.Events.PostingEventsModule,
> Microsoft.ContentManagement.Publishing, Version=5.0.1200.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35" name="CmsPosting" />
> <add type="Microsoft.ContentManagement.Web.Caching.CmsCacheModule,
> Microsoft.ContentManagement.Web, Version=5.0.1200.0, Culture=neutral,
> PublicKeyToken=31bf3856ad364e35" name="CmsCacheModule" />
>
> Then to remove the console folder and the "CMS" virtual directory from the
> template project virtual directory in IIS MMC.
>
> In addition you need to mark the project as not being MCMS enabled by
> removing the following line from the *.csproj file in your template
> directory:
>
> <UserProperties CmsEnabled = "1" />
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
> New to MCMS?
> Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
> Check out the new book as well: Advanced MCMS development:
> http://tinyurl.com/8ugwj
> ----------------------
>
>
> "SalamElias" <eliassal@online.nospam> wrote in message
> news:9D879DDC-3ACC-4573-8C09-385323BDA481@microsoft.com...
>
>
>

Stefan [MSFT]

2006-06-16, 7:20 am

Hi Salam,

after MCMS enabling your project you will get a Console folder and a CMS
folder inside the project web application.

Cheers,
Stefan

--
This posting is provided "AS IS" with no warranties, and confers no rights

New to MCMS?
Check out this book: Building Websites Using MCMS: http://tinyurl.com/6zj44
Check out the new book as well: Advanced MCMS development:
http://tinyurl.com/8ugwj
----------------------


"SalamElias" <eliassal@online.nospam> wrote in message
news:BB45B880-6045-446C-A302-2F03C5896253@microsoft.com...[vbcol=seagreen]
> Thanks, I followed the steps you indicate and everything is working
> correctly.However, I didn't understand what do you mean by "remove the
> console folder and the "CMS" virtual directory from the
> template project virtual directory in IIS MMC."
> In my IIS, I have a "console directorry in MCMS virtual directory" in
> which
> there is only "defaultconsole.ascx.
> Are you saying I need to modify this one? otherwise I don't see where I
> should dothis
> thanks again
> "Stefan [MSFT]" wrote:
>


Sponsored Links






Free braindumps | Software forum | Database administration forum

Copyright 2003 - 2008 webservertalk.com