Re: Mulitple Sites
From: Brad Kingsley (bklists_at_orcsweb.com)
Date: 09/03/04
- Next message: Brad Kingsley: "Re: Virtual Directories IIS6 W2K3"
- Previous message: Brad Kingsley: "Re: How to log W3C events"
- In reply to: Jose Perez: "Mulitple Sites"
- Next in thread: Jose Perez: "Re: Mulitple Sites"
- Reply: Jose Perez: "Re: Mulitple Sites"
- Messages sorted by: [ date ] [ thread ]
Date: Fri, 3 Sep 2004 14:31:55 -0400
There are a few methods to support multiple sites on a server.
You can use hostheaders and set up multiple sites in IIS pointing each site
to it's own folder. Or you can set multiple sites with their own IP or own
port number.
You could also use a tool like ISAPI ReWrite which would allow you to point
each domain name to the same IP and same web root (just one site in IIS) and
it would "read" the domain name entered then redirect based on the domain.
It's quite a neat little tool and the user can't tell that each of the
"sites" are actually hosted under one site on the server.
-- ~Brad Kingsley Microsoft MVP - ASP/.Net Windows 2000 MCSE http://www.orcsweb.com/ Powerful Web Hosting Solutions #1 in Service and Support "Jose Perez" <jlpv@totalise.co.uk> wrote in message news:3724a9d9.0409030551.3acc9870@posting.google.com... > Dear All, > > I have a domain called "sub.domain.com". When this URL is accessed I > want to view Application1. (We have shut down the default website and > created a new site called Site1.) There are a number (currently only 1 > but set to increase) of virtual directories which exist within Site1. > > So when a user enters the URL http://sub.domain.com/Application2 we > will in effect be accessing a different application to the one which > is the default. Each application is DotNet so we are coming across > problems regarding the inheritance of web.config files. Each > application inherits the default web.config file - we don't want this > to happen. > > So what I want to do is create a number of websites, Site1, Site2, > Site3 etc. I want to "map" the domain "sub.domain.com" to Site1, > "sub.domain.com/Application2" to Site2, "sub.domain.com/Application3" > to Site3 and so on. Is this possible and how would I do it? > > Thanks in advance. > > Jose
- Next message: Brad Kingsley: "Re: Virtual Directories IIS6 W2K3"
- Previous message: Brad Kingsley: "Re: How to log W3C events"
- In reply to: Jose Perez: "Mulitple Sites"
- Next in thread: Jose Perez: "Re: Mulitple Sites"
- Reply: Jose Perez: "Re: Mulitple Sites"
- Messages sorted by: [ date ] [ thread ]
Relevant Pages
|