two cms applications on one server
Web Server forum
Back To The Forum Home!Search!Private Messaging System

Web Server Talk Web Server Talk > Web Servers reviews > Microsoft Content Management Server > two cms applications on one server




  Last Thread   Next Thread Next
  Show Printable Version Email this Page Subscribe to this Thread      Post New Thread    Post A Reply      

    two cms applications on one server  
AC


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-13-04 10:52 PM

I have a CMS application that is running on a server
using forms authentication.  On this same server I have
created a second application this using windows
authentication and a Script URL to direct the user to the
second application but when I access the new site I
created I can't get access to the default console on the
landing page.

Any ideas?






[ Post a follow-up to this message ]



    Re: two cms applications on one server  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-15-04 03:20 PM

Hi AC,

please give more information about your setup.
The Script URL is a MCMS repository property and not related to a project.
So what exactly are you trying to achieve? Is the landing page part of your
MCMS project?
Is it part of the same MCMS project as your templates?

Usually we recommend to create two web sites - one with anonymous allowed
and one with not allowed and to use windows authentication.
Then guests will access the anonymous allowed site and the other users will
use the second web entry point with anonymous disabled.
Both sites need to be mapped to the same phyiscal folder and all the
necessary virtual directories needs to be available in both sites.

Cheers,
Stefan.


--
This posting is provided "AS IS" with no warranties, and confers no rights.

MCMS FAQ:
http://download.microsoft.com/downl...>
MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...nagement+Server
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------


"AC" <anonymous@discussions.microsoft.com> wrote in message
news:187001c499ec$c6efc370$a301280a@phx.gbl...
> I have a CMS application that is running on a server
> using forms authentication.  On this same server I have
> created a second application this using windows
> authentication and a Script URL to direct the user to the
> second application but when I access the new site I
> created I can't get access to the default console on the
> landing page.
>
> Any ideas?
>







[ Post a follow-up to this message ]



    Re: two cms applications on one server  
AC


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-15-04 03:20 PM

Both applications are on IIS pointing to different
Virtual directories.  One application uses forms
authentication and the other one uses windows
authentication.  The application with forms auth works
fine but the windows auth will not allow anyone other
than subscribers view the site thus there is no way to
get to the default console.  Oh and I used the script to
give myself a starting point on the new site and to
expose the default console but that didn't work =(



>-----Original Message-----
>Hi AC,
>
>please give more information about your setup.
>The Script URL is a MCMS repository property and not
related to a project.
>So what exactly are you trying to achieve? Is the
landing page part of your
>MCMS project?
>Is it part of the same MCMS project as your templates?
>
>Usually we recommend to create two web sites - one with
anonymous allowed
>and one with not allowed and to use windows
authentication.
>Then guests will access the anonymous allowed site and
the other users will
>use the second web entry point with anonymous disabled.
>Both sites need to be mapped to the same phyiscal folder
and all the
>necessary virtual directories needs to be available in
both sites.
>
>Cheers,
>Stefan.
>
>
>--
>This posting is provided "AS IS" with no warranties, and
confers no rights.
>
>MCMS FAQ:
>http://download.microsoft.com/download/4/2/5/4250f79a-
c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm
>MCMS Blog:
http://blogs.msdn.com/stefan_gossner/category/4983.aspx
>MCMS Sample Code:
>http://www.gotdotnet.com/community/...ples/Default.as
px? ProductDropDownList=Content+Management+S
erver
>MCMS Whitepapers and other docs:
>http://blogs.msdn.com/stefan_gossne...ve/2003/12/07/4
1859.aspx
>--------------------------------
>
>
>"AC" <anonymous@discussions.microsoft.com> wrote in
message
>news:187001c499ec$c6efc370$a301280a@phx.gbl... 
the[vbcol=seagreen] 
the[vbcol=seagreen] 
>
>
>.
>





[ Post a follow-up to this message ]



    Re: two cms applications on one server  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-15-04 03:20 PM

Hi AC,

MCMS does not use applications directory only if a template or channel
rendering script is inside but you never access the application directly.
Please describe how your applications are related to MCMS managed items and
describe what is working and what not.

Thanks,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

MCMS FAQ:
http://download.microsoft.com/downl...>
MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...nagement+Server
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------


"AC" <anonymous@discussions.microsoft.com> wrote in message
news:210201c49a7c$3db6d130$a301280a@phx.gbl...[vbcol=seagreen]
> Both applications are on IIS pointing to different
> Virtual directories.  One application uses forms
> authentication and the other one uses windows
> authentication.  The application with forms auth works
> fine but the windows auth will not allow anyone other
> than subscribers view the site thus there is no way to
> get to the default console.  Oh and I used the script to
> give myself a starting point on the new site and to
> expose the default console but that didn't work =(
>
>
> 
> related to a project. 
> landing page part of your 
> anonymous allowed 
> authentication. 
> the other users will 
> and all the 
> both sites. 
> confers no rights. 
> c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm 
> http://blogs.msdn.com/stefan_gossner/category/4983.aspx 
> px? ProductDropDownList=Content+Management+S
erver 
> 1859.aspx 
> message 
> the 
> the 







[ Post a follow-up to this message ]



    Re: two cms applications on one server  
AC


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-15-04 03:20 PM

The script lives in the root of the solution and is just
an aspx page with the default console on it.  I set the
channel to call this script to get access to the default
console.  But when I navigate to the site I don't see the
console.



>-----Original Message-----
>Hi AC,
>
>MCMS does not use applications directory only if a
template or channel
>rendering script is inside but you never access the
application directly.
>Please describe how your applications are related to
MCMS managed items and
>describe what is working and what not.
>
>Thanks,
>Stefan.
>
>--
>This posting is provided "AS IS" with no warranties, and
confers no rights.
>
>MCMS FAQ:
>http://download.microsoft.com/download/4/2/5/4250f79a-
c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm
>MCMS Blog:
http://blogs.msdn.com/stefan_gossner/category/4983.aspx
>MCMS Sample Code:
>http://www.gotdotnet.com/community/...ples/Default.as
px? ProductDropDownList=Content+Management+S
erver
>MCMS Whitepapers and other docs:
>http://blogs.msdn.com/stefan_gossne...ve/2003/12/07/4
1859.aspx
>--------------------------------
>
>
>"AC" <anonymous@discussions.microsoft.com> wrote in
message
>news:210201c49a7c$3db6d130$a301280a@phx.gbl... 
to[vbcol=seagreen] 
with[vbcol=seagreen] 
disabled.[vbcol=seagreen] 
folder[vbcol=seagreen] 
and[vbcol=seagreen] 
+FAQ.htm[vbcol=seagreen] 
>http://www.gotdotnet.com/community/...ples/Default.as 
>http://blogs.msdn.com/stefan_gossne...ve/2003/12/07/4 
have[vbcol=seagreen] 
to[vbcol=seagreen] 
>
>
>.
>





[ Post a follow-up to this message ]



    Re: two cms applications on one server  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-15-04 03:20 PM

Hi AC,

you mean you have defined this page as a channel rendering script and are
browsing to the channel url?

Cheers,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

MCMS FAQ:
http://download.microsoft.com/downl...>
MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...nagement+Server
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------


"AC" <anonymous@discussions.microsoft.com> wrote in message
news:227501c49a8f$27d15e90$a301280a@phx.gbl...[vbcol=seagreen]
> The script lives in the root of the solution and is just
> an aspx page with the default console on it.  I set the
> channel to call this script to get access to the default
> console.  But when I navigate to the site I don't see the
> console.
>
>
> 
> template or channel 
> application directly. 
> MCMS managed items and 
> confers no rights. 
> c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm 
> http://blogs.msdn.com/stefan_gossner/category/4983.aspx 
> px? ProductDropDownList=Content+Management+S
erver 
> 1859.aspx 
> message 
> to 
> with 
> disabled. 
> folder 
> and 
> +FAQ.htm 
> have 
> to 







[ Post a follow-up to this message ]



    Re: two cms applications on one server  
AC


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-15-04 04:15 PM

Yes.



>-----Original Message-----
>Hi AC,
>
>you mean you have defined this page as a channel
rendering script and are
>browsing to the channel url?
>
>Cheers,
>Stefan.
>
>--
>This posting is provided "AS IS" with no warranties, and
confers no rights.
>
>MCMS FAQ:
>http://download.microsoft.com/download/4/2/5/4250f79a-
c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm
>MCMS Blog:
http://blogs.msdn.com/stefan_gossner/category/4983.aspx
>MCMS Sample Code:
>http://www.gotdotnet.com/community/...ples/Default.as
px? ProductDropDownList=Content+Management+S
erver
>MCMS Whitepapers and other docs:
>http://blogs.msdn.com/stefan_gossne...ve/2003/12/07/4
1859.aspx
>--------------------------------
>
>
>"AC" <anonymous@discussions.microsoft.com> wrote in
message
>news:227501c49a8f$27d15e90$a301280a@phx.gbl... 
just[vbcol=seagreen] 
default[vbcol=seagreen] 
the[vbcol=seagreen] 
and[vbcol=seagreen] 
+FAQ.htm[vbcol=seagreen] 
>http://www.gotdotnet.com/community/...ples/Default.as 
>http://blogs.msdn.com/stefan_gossne...ve/2003/12/07/4 
works[vbcol=seagreen] 
other[vbcol=seagreen] 
to[vbcol=seagreen] 
script[vbcol=seagreen] 
not[vbcol=seagreen] 
templates?[vbcol=seagreen] 
and[vbcol=seagreen] 
available in[vbcol=seagreen] 
warranties,[vbcol=seagreen] 
>http://download.microsoft.com/download/4/2/5/4250f79a- 
http://blogs.msdn.com/stefan_gossner/category/4983.aspx[vbcol=seagreen] 
>http://www.gotdotnet.com/community/...ples/Default.as 
>http://blogs.msdn.com/stefan_gossne...ve/2003/12/07/4 
server[vbcol=seagreen] 
I[vbcol=seagreen] 
user[vbcol=seagreen] 
site I[vbcol=seagreen] 
console on[vbcol=seagreen] 
>
>
>.
>





[ Post a follow-up to this message ]



    Re: two cms applications on one server  
Stefan [MSFT]


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-15-04 04:15 PM

Hi AC,

please check in the IIS log if there are user credentials logged with the
request.
Also check if these are the credentials for an author or higher.

Cheers,
Stefan.

--
This posting is provided "AS IS" with no warranties, and confers no rights.

MCMS FAQ:
http://download.microsoft.com/downl...>
MCMS+2002+-+(complete)+FAQ.htm
MCMS Blog: http://blogs.msdn.com/stefan_gossner/category/4983.aspx
MCMS Sample Code:
http://www.gotdotnet.com/community/...nagement+Server
MCMS Whitepapers and other docs:
http://blogs.msdn.com/stefan_gossne...2/07/41859.aspx
--------------------------------


"AC" <anonymous@discussions.microsoft.com> wrote in message
news:199401c49b43$50890e50$a601280a@phx.gbl...[vbcol=seagreen]
> Yes.
>
>
> 
> rendering script and are 
> confers no rights. 
> c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm 
> http://blogs.msdn.com/stefan_gossner/category/4983.aspx 
> px? ProductDropDownList=Content+Management+S
erver 
> 1859.aspx 
> message 
> just 
> default 
> the 
> and 
> +FAQ.htm 
> works 
> other 
> to 
> script 
> not 
> templates? 
> and 
> available in 
> warranties, 
> http://blogs.msdn.com/stefan_gossner/category/4983.aspx 
> server 
> I 
> user 
> site I 
> console on 







[ Post a follow-up to this message ]



    Re: two cms applications on one server  
AC


View Ip Address Report This Message To A Moderator Edit/Delete Message


 
09-15-04 10:49 PM

Here is message from the log...

#Software: Microsoft Internet Information Services 5.0
#Version: 1.0
#Date: 2004-09-15 20:17:33
#Fields: date time c-ip cs-username s-ip s-port cs-method
cs-uri-stem cs-uri-query sc-status cs(User-Agent)
2004-09-15 20:17:33 10.16.56.34 - 10.16.48.25 80 GET / -
200 Mozilla/4.0+
(compatible;+MSIE+6.0;+Windows+NT+5.1;+.NET+CLR+1.0.3705;+
.NET+CLR+1.1.4322)




>-----Original Message-----
>Hi AC,
>
>please check in the IIS log if there are user
credentials logged with the
>request.
>Also check if these are the credentials for an author or
higher.
>
>Cheers,
>Stefan.
>
>--
>This posting is provided "AS IS" with no warranties, and
confers no rights.
>
>MCMS FAQ:
>http://download.microsoft.com/download/4/2/5/4250f79a-
c3a1-4003-9272-2404e92bb76a/MCMS+2002+-+(complete)+FAQ.htm
>MCMS Blog:
http://blogs.msdn.com/stefan_gossner/category/4983.aspx
>MCMS Sample Code:
>http://www.gotdotnet.com/community/...ples/Default.as
px? ProductDropDownList=Content+Management+S
erver
>MCMS Whitepapers and other docs:
>http://blogs.msdn.com/stefan_gossne...ve/2003/12/07/4
1859.aspx
>--------------------------------
>
>
>"AC" <anonymous@discussions.microsoft.com> wrote in
message
>news:199401c49b43$50890e50$a601280a@phx.gbl... 
and[vbcol=seagreen] 
+FAQ.htm[vbcol=seagreen] 
>http://www.gotdotnet.com/community/...ples/Default.as 
>http://blogs.msdn.com/stefan_gossne...ve/2003/12/07/4 
the[vbcol=seagreen] 
see[vbcol=seagreen] 
to[vbcol=seagreen] 
warranties,[vbcol=seagreen] 
>http://download.microsoft.com/download/4/2/5/4250f79a- 
http://blogs.msdn.com/stefan_gossner/category/4983.aspx[vbcol=seagreen] 
>http://www.gotdotnet.com/community/...ples/Default.as 
>http://blogs.msdn.com/stefan_gossne...ve/2003/12/07/4 
different[vbcol=seagreen] 
way[vbcol=seagreen] 
to[vbcol=seagreen] 
([vbcol=seagreen] 
the[vbcol=seagreen] 
one[vbcol=seagreen] 
site[vbcol=seagreen] 
phyiscal[vbcol=seagreen] 
(complete)[vbcol=seagreen] 
>http://www.gotdotnet.com/community/...ples/Default.as 
>http://blogs.msdn.com/stefan_gossne...ve/2003/12/07/4 
wrote in[vbcol=seagreen] 
server[vbcol=seagreen] 
windows[vbcol=seagreen] 
>
>
>.
>





[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 10:03 AM.      Post New Thread    Post A Reply      
  Last Thread   Next Thread Next


Most Popular forums 

Forum Jump:
Rate This Thread:

Forum Rules:
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts
HTML code is OFF
vB code is ON
Smilies are ON
[IMG] code is OFF
 
Medical and Health forum | Computer Games Reviews | Graphics design forum

Back To The Top
Home | Usercp | Faq | Register