|
Home > Archive > Microsoft Content Management Server > May 2006 > Architecture question
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 |
Architecture question
|
|
|
| I, i have a MCMS 2002 application developed in c#.
is it possible to have two sites with different urls, but attached to
the same database so i can use one for editing content and one only for
publication?
i think ive seen this architecture somewhere but now i cannt find it
anywhere, and someone point me in the right direction?
thank you very much
Eli
| |
| Stefan [MSFT] 2006-05-16, 1:14 pm |
| Hi Eli,
yes that is possible if you are using the enterprise edition. The "map
channel name to host header name" feature is what you are looking for.
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
----------------------
"Eli_b" <elibravs@gmail.com> wrote in message
news:1147795925.942683.116330@u72g2000cwu.googlegroups.com...
> I, i have a MCMS 2002 application developed in c#.
>
> is it possible to have two sites with different urls, but attached to
> the same database so i can use one for editing content and one only for
> publication?
>
> i think ive seen this architecture somewhere but now i cannt find it
> anywhere, and someone point me in the right direction?
>
> thank you very much
>
> Eli
>
| |
|
| mmm ok thank you very much for you answer.
now i have another question, to acoomplish what im looking for, that is
having one site for editing content and the other one for publication,
how should i install my sites so the publishing one gets automaticly
updated when a content change is aproved?
thank you very much, i hope i made myself clear....
| |
|
| mmm ok thank you very much for you answer.
now i have another question, to acoomplish what im looking for, that is
having one site for editing content and the other one for publication,
how should i install my sites so the publishing one gets automaticly
updated when a content change is aproved?
thank you very much, i hope i made myself clear....
Eli
| |
| Stefan [MSFT] 2006-05-17, 7:15 am |
| Hi Eli,
here I would suggest to create two IIS websites (e.g. on different ports).
The readonly site should be on a public facing interface while the
read-write should either be bound to a network interface connected to the
intranet or have an IP restriction.
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
----------------------
"Eli_b" <elibravs@gmail.com> wrote in message
news:1147803676.846331.165840@v46g2000cwv.googlegroups.com...
> mmm ok thank you very much for you answer.
>
> now i have another question, to acoomplish what im looking for, that is
> having one site for editing content and the other one for publication,
> how should i install my sites so the publishing one gets automaticly
> updated when a content change is aproved?
>
> thank you very much, i hope i made myself clear....
>
| |
|
| yes, thats exactly what i had in mind, but im still not sure of how do
i bind my CMS project to both of them?
thank you very much
Eli
| |
| Stefan [MSFT] 2006-05-17, 1:15 pm |
| Hi Eli,
to bind the project, just ensure that the root of both websites points to
the same physical location.
Then ensure that both sites are MCMS enabled (read-write vs. read-only) and
ensure that you don't forget to change the root of the project to a web
application on the second site and to create the "CMS" virtual directory
inside the template project web application.
Just compare the IIS settings with the already working entry point.
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
----------------------
"Eli_b" <elibravs@gmail.com> wrote in message
news:1147877728.350693.320690@j33g2000cwa.googlegroups.com...
> yes, thats exactly what i had in mind, but im still not sure of how do
> i bind my CMS project to both of them?
>
> thank you very much
>
> Eli
>
|
|
|
|
|