|
Home > Archive > Microsoft Content Management Server > October 2005 > MCMS project always navigate to default posting page?
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 |
MCMS project always navigate to default posting page?
|
|
|
| To whom this may concern,
I am developing a web based application that uses MCMS 2002.A portion
of the web pages are being managed by MCMS 2002 while others aren't,
such as default.aspx.
I am trying to make the default.aspx page (not managed by MCMS) the
landing page instead of the default posting page which is managed by
MCMS. Please let me know how to do so if you have done this before.
Any thoughts or advice will be much appreciated.
Sincerely,
Jack
| |
| Mei Ying [MVP] 2005-10-07, 7:48 am |
| Hi
You'll need to set the following properties on the Channel:
a. Use channel script with pages = Yes
b. Script URL = relative path to the default.aspx page. E.g.
/mysite/default.aspx.
You could also accomplish the same thing using the PAPI by setting the
ApplyOuterScriptToPosting and OuterScriptFile properties.
--
regards
Mei Ying
---
Blog: http://meiyinglim.blogspot.com
Book: http://www.packtpub.com/book/mcms
Contact: meiyinglim@hotmail.com
---
"Jack" wrote:
> To whom this may concern,
>
> I am developing a web based application that uses MCMS 2002.A portion
> of the web pages are being managed by MCMS 2002 while others aren't,
> such as default.aspx.
> I am trying to make the default.aspx page (not managed by MCMS) the
> landing page instead of the default posting page which is managed by
> MCMS. Please let me know how to do so if you have done this before.
> Any thoughts or advice will be much appreciated.
>
> Sincerely,
> Jack
>
>
| |
| Mei Ying [MVP] 2005-10-07, 7:48 am |
| Wait...
Scratch out that bit about setting "Use channel script with pages" to "Yes".
You can leave as "no" and it will work fine!
Set it to "Yes" only when you want the script to run on each page execution
(e.g. when implementing a framed site) which is clearly not what you are
trying to do here.
So, to re-phrase:
You'll need to set the following properties on the Channel:
a. Script URL = relative path to the default.aspx page. E.g.
/mysite/default.aspx.
You could also accomplish the same thing using the PAPI by setting the
OuterScriptFile property.
Sorry about that - it's Friday :-)
--
regards
Mei Ying
---
Blog: http://meiyinglim.blogspot.com
Book: http://www.packtpub.com/book/mcms
Contact: meiyinglim@hotmail.com
---
"Mei Ying [MVP]" wrote:
[vbcol=seagreen]
> Hi
>
> You'll need to set the following properties on the Channel:
> a. Use channel script with pages = Yes
> b. Script URL = relative path to the default.aspx page. E.g.
> /mysite/default.aspx.
>
> You could also accomplish the same thing using the PAPI by setting the
> ApplyOuterScriptToPosting and OuterScriptFile properties.
>
> --
> regards
> Mei Ying
> ---
> Blog: http://meiyinglim.blogspot.com
> Book: http://www.packtpub.com/book/mcms
> Contact: meiyinglim@hotmail.com
> ---
>
>
> "Jack" wrote:
>
| |
|
|
|
|
|