|
Home > Archive > Microsoft Content Management Server > March 2005 > Enabling authoring console when there are no posting in the channe
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 |
Enabling authoring console when there are no posting in the channe
|
|
| NetDeveloper 2005-03-23, 8:47 pm |
| Hi all, I would like that when a web author clicks on a channel where there
are no posting in it, he would be able to see the web authoring console to
create new page to post in that channel.
Now when I set as nav. channel the default one, I see the cover.asp page is
called but in the page that appears there is any auth. console.
I would like to know if somenpdy could kindly indicate to what is the code
and the .inc files (maybe an example) I have to insert in cover.asp in order
to have in it the console.
Thanks and regards
| |
| Stefan [MSFT] 2005-03-23, 8:47 pm |
| Hi,
do not modify the cover page - btw it is also not required as the cover page
will contain the console if an author accesses it when being authenticated -
but use a channel rendering script.
You description seems to indicate that your have guest access enabled - with
guest access enabled you need to use forms authentication to authenticate
the user. You will not be automatically authenticated as the server never
requests the credentials.
Another alternative would be to have a separate web entry point for authors
where anonymous access is disabled.
Then IIS will ensure that the credentials are always requested from the user
and the user can be successfully recognized as an author.
Cheers,
Stefan.
--
This posting is provided "AS IS" with no warranties, and confers no rights
Book: Building Websites Using MCMS: http://tinyurl.com/6zj44
----------------------
"NetDeveloper" <NetDeveloper@discussions.microsoft.com> wrote in message
news:34F6E9CF-B009-492B-BD8C-3D36D649BD14@microsoft.com...
> Hi all, I would like that when a web author clicks on a channel where
there
> are no posting in it, he would be able to see the web authoring console to
> create new page to post in that channel.
>
> Now when I set as nav. channel the default one, I see the cover.asp page
is
> called but in the page that appears there is any auth. console.
>
> I would like to know if somenpdy could kindly indicate to what is the code
> and the .inc files (maybe an example) I have to insert in cover.asp in
order
> to have in it the console.
>
> Thanks and regards
|
|
|
|
|