 |
|
 |
|
|
 |
CMS and Commerce server 2002 enabling/disabling |
 |
 |
|
|
06-14-06 06: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 an
d
there is no disable item.
How can take off all CMS stuff.
Thanks in advance
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: CMS and Commerce server 2002 enabling/disabling |
 |
 |
|
|
06-14-06 06: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.Off
ice,
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
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: CMS and Commerce server 2002 enabling/disabling |
 |
 |
|
|
06-15-06 06: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.O
ffice,
> 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=neutra
l,
> 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[/url...nyurl.com/8ugwj
> ----------------------
>
>
> "SalamElias" <eliassal@online.nospam> wrote in message
> news:9D879DDC-3ACC-4573-8C09-385323BDA481@microsoft.com...
>
>
>
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
 |
Re: CMS and Commerce server 2002 enabling/disabling |
 |
 |
|
|
06-16-06 12:20 PM
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:
>
[ Post a follow-up to this message ]
|
|
|
 |
|
 |
|
 |
|
|
|
Sponsored Links |
 |
 |
|
|
 |
All times are GMT. The time now is 12:34 PM. |
 |
|
|
 |
|
 |
|
|
 |
|
Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
|
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
|
|
|
|
Medical and Health forum | Computer Games Reviews | Graphics design forum
|
 |
|
 |
|