| Stefan [MSFT] 2004-11-04, 5:48 pm |
| Hi Eric,
yes this is possible.
Create two MCMS website (entry points) on the server.
Configure one as read-only entry point and configure this web site with
anonymous enabled in IIS.
Configure the second as read-write entry point and configure this web site
with anoymous disabled in IIS.
Ensure that guest access is enabled and correctly configured.
Then ensure that the internet users get routed to the read-only entry point
and that your authors and editors use the read-write entry point.
Be aware that all changes done on the read-write entry point will go live
the same moment they are approved to the read-only entry point.
Cheers,
Stefan
--
This posting is provided "AS IS" with no warranties, and confers no rights.
MCMS FAQ:
http://download.microsoft.com/downl...6a/MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...t+S
erver
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------
"Eric Paine" <eric.paine@gmail.com> wrote in message
news:d1016219.0411040652.29e97f44@posting.google.com...
> Is it possible to have a CMS development site (with authentication)
> and a production site (anonymous access to the internet) hosted on the
> same server? If so, can I get some help setting this up?
|