Multiple Web Sites
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 > Multiple Web Sites




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

    Multiple Web Sites  
AKaczmar


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


 
07-22-05 10:50 PM

Hi,

I know that I can host multiple sites from CMS using map channel names to
host headers, but I don't know how to configure separate web applications fo
r
the two sites.

Here is my scenario.  We currently have an Internet site (CMS 2002) that
uses forms authentication, we would like to add an Intranet site using a
different domain name and use windows authentication for this site by having
a separate web application for the Intranet site with a different web.config
file.

My question is, is this even possible?  From looking around, it looks like I
can't have two authentication methods to the same CMS instance because for
the Internet site I have to allow guests and I think that for windows
authentication to work you have to not allow guests.  I just want to verify
this.

If this is not possible then I guess I will just have to use forms
authentication for my Intranet site.  But if this is what I have to do, then
I am confused as to whether I should be using the same web application as I
do for my Internet site or create a new application in a new virtual
directory that contains the templates, user controls, etc for the Intranet
site.

Thanks,

Angela Kaczmar





[ Post a follow-up to this message ]



    Re: Multiple Web Sites  
Angus Logan [MVP]


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


 
07-23-05 12:50 PM

Hi Angela,

What you would need to do is create multiple IIS virtual servers - either
bound to host headers or different IP addresses.

Then in the SCA set them up as "read only" or "read/write".

Then you can set the permissions on the IIS virtual server easily.

Regards
--
 ________________________________________


Angus Logan  (MCAD/MCDBA/MCP/MVP for MCMS)
Product Specialist
Microsoft Application Solutions
Data#3 Limited
E angus_logan@data3.com.au
BLOG www.anguslogan.com
 ________________________________________

"AKaczmar" <AKaczmar@discussions.microsoft.com> wrote in message
news:08A735CF-FAC5-4B59-8213-FE9C1E914F07@microsoft.com...
> Hi,
>
> I know that I can host multiple sites from CMS using map channel names to
> host headers, but I don't know how to configure separate web applications
> for
> the two sites.
>
> Here is my scenario.  We currently have an Internet site (CMS 2002) that
> uses forms authentication, we would like to add an Intranet site using a
> different domain name and use windows authentication for this site by
> having
> a separate web application for the Intranet site with a different
> web.config
> file.
>
> My question is, is this even possible?  From looking around, it looks like
> I
> can't have two authentication methods to the same CMS instance because for
> the Internet site I have to allow guests and I think that for windows
> authentication to work you have to not allow guests.  I just want to
> verify
> this.
>
> If this is not possible then I guess I will just have to use forms
> authentication for my Intranet site.  But if this is what I have to do,
> then
> I am confused as to whether I should be using the same web application as
> I
> do for my Internet site or create a new application in a new virtual
> directory that contains the templates, user controls, etc for the Intranet
> site.
>
> Thanks,
>
> Angela Kaczmar







[ Post a follow-up to this message ]



    Re: Multiple Web Sites  
Stefan [MSFT]


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


 
07-24-05 01:04 PM

Hi Angela,

that can easily be done!
Ensure that your template project are not located in the root of your
website (not recommended anyway).
Then create two different template projects for the two different virtual
servers in the same IIS website.

That's all! As the web.config of the template project will be used with the
project you now have different web.config files for each website if you
ensure that the correct template objects are used.
This can be achieved by having separate template galleries for each site.

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
----------------------


"AKaczmar" <AKaczmar@discussions.microsoft.com> wrote in message
news:08A735CF-FAC5-4B59-8213-FE9C1E914F07@microsoft.com...
> Hi,
>
> I know that I can host multiple sites from CMS using map channel names to
> host headers, but I don't know how to configure separate web applications
> for
> the two sites.
>
> Here is my scenario.  We currently have an Internet site (CMS 2002) that
> uses forms authentication, we would like to add an Intranet site using a
> different domain name and use windows authentication for this site by
> having
> a separate web application for the Intranet site with a different
> web.config
> file.
>
> My question is, is this even possible?  From looking around, it looks like
> I
> can't have two authentication methods to the same CMS instance because for
> the Internet site I have to allow guests and I think that for windows
> authentication to work you have to not allow guests.  I just want to
> verify
> this.
>
> If this is not possible then I guess I will just have to use forms
> authentication for my Intranet site.  But if this is what I have to do,
> then
> I am confused as to whether I should be using the same web application as
> I
> do for my Internet site or create a new application in a new virtual
> directory that contains the templates, user controls, etc for the Intranet
> site.
>
> Thanks,
>
> Angela Kaczmar







[ Post a follow-up to this message ]



    Re: Multiple Web Sites  
Stefan [MSFT]


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


 
07-24-05 01:04 PM

Hi Angela,

to use windows authentication you need to remove anonymous access from the
template project virtual directory.

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
----------------------


"Stefan [MSFT]" <stefang@online.microsoft.com> wrote in message
news:ut5JEODkFHA.3336@tk2msftngp13.phx.gbl...
> Hi Angela,
>
> that can easily be done!
> Ensure that your template project are not located in the root of your
> website (not recommended anyway).
> Then create two different template projects for the two different virtual
> servers in the same IIS website.
>
> That's all! As the web.config of the template project will be used with
> the project you now have different web.config files for each website if
> you ensure that the correct template objects are used.
> This can be achieved by having separate template galleries for each site.
>
> 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
> ----------------------
>
>
> "AKaczmar" <AKaczmar@discussions.microsoft.com> wrote in message
> news:08A735CF-FAC5-4B59-8213-FE9C1E914F07@microsoft.com... 
>
>







[ Post a follow-up to this message ]



    Sponsored Links  




 





   All times are GMT. The time now is 12:27 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