|
Home > Archive > Microsoft Content Management Server > August 2006 > Staging- Sitemap.asp
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 |
Staging- Sitemap.asp
|
|
| Carol M. 2006-08-25, 1:20 pm |
| I am using MCMS 2001 and would like to know how I would change the sitemap.asp
script used by the staging process to start from a specified channel rather
than the root channel when staging the site. I would like to stage one
channel only.
Thanks in Advance
| |
| Stefan [MSFT] 2006-08-25, 1:20 pm |
| Hi Carol,
you need to change the following assignment in the main routine:
Set g_ThisChannel = g_AutoSession.RootChannel
Here you need to assign the channel object you would like to use as the
start channel - e.g. use the Searches class to get it.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
"Carol M." <CarolM@discussions.microsoft.com> wrote in message
news:27A43453-9905-4577-83A9-11E7C850997E@microsoft.com...
>I am using MCMS 2001 and would like to know how I would change the
>sitemap.asp
> script used by the staging process to start from a specified channel
> rather
> than the root channel when staging the site. I would like to stage one
> channel only.
>
> Thanks in Advance
>
>
>
| |
| Carol M. 2006-08-25, 1:20 pm |
| Thanks Stefan, you wouldn't happen to know the exact line of code. I am a
newbe to CMS and not sure what this should be.
Thanks in advance
"Stefan [MSFT]" wrote:
> Hi Carol,
>
> you need to change the following assignment in the main routine:
>
> Set g_ThisChannel = g_AutoSession.RootChannel
>
> Here you need to assign the channel object you would like to use as the
> start channel - e.g. use the Searches class to get it.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
>
> "Carol M." <CarolM@discussions.microsoft.com> wrote in message
> news:27A43453-9905-4577-83A9-11E7C850997E@microsoft.com...
>
>
>
| |
| Stefan [MSFT] 2006-08-25, 1:20 pm |
| Hi Carol,
in my file it is line 48.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights
"Carol M." <CarolM@discussions.microsoft.com> wrote in message
news:34B97844-E84C-4D68-B411-E9313AEC0461@microsoft.com...[vbcol=seagreen]
> Thanks Stefan, you wouldn't happen to know the exact line of code. I am a
> newbe to CMS and not sure what this should be.
> Thanks in advance
>
>
> "Stefan [MSFT]" wrote:
>
| |
| Carol M. 2006-08-30, 7:25 am |
| Thanks for all your help Stefan
"Stefan [MSFT]" wrote:
> Hi Carol,
>
> in my file it is line 48.
>
> Cheers,
> Stefan
>
> --
> This posting is provided "AS IS" with no warranties, and confers no rights
>
>
> "Carol M." <CarolM@discussions.microsoft.com> wrote in message
> news:34B97844-E84C-4D68-B411-E9313AEC0461@microsoft.com...
>
>
>
|
|
|
|
|