Hi,
The basic steps are:
a) create necessary record in the DNS (A or CNAME)
b) create a new website in IIS (or choose an existing site)
c) add the necessary host-header entry to the website's properties
Basically the client sends a HTTP Host: header to the server with the
request. The server looks at this Host: header, and sees if there is a
website on the server configured to listen for requests matching that
header. If there isn't, IIS will look to see if there's a website that's
configured to listen for any requests (no host-header matching required). If
there isn't, the request will be rejected with 400 Bad Hostname (or
similar).
Cheers
Ken
--
Blog:
www.adopenstatic.com/cs/blogs/ken/
Web:
www.adopenstatic.com
"Steve Grosz" <boise_bound RemoveThis @hotmail.com> wrote in message
news:uJiGeLNVFHA.3184@TK2MSFTNGP15.phx.gbl...
:I already have the www.site.com and want to create www.members.site.com
:
: I did add the the A record under site.com for 'members' pointing to the
: same web server.
:
: I just wasn't sure if there was anything else that needed to be done.
:
: Steve
:
: Kristofer Gafvert wrote:
: > The host header is a string sent by the client as part of the HTTP
: > header. It is independent of "domains".
: >
: > I don't understand what you mean by using host headers on
: > www.members.site.com. Is that a website in IIS? If so, yes, you can add
: > a host header to it.
: >
: > Or do you mean that you have a website www.site.com, and now want to
: > create a new website named www.members.site.com? If so, you will need to
: > create the necessary records in the DNS server, otherwise your clients
: > will not be able to find the webserver.
: >
: > >> Stay informed about: Subdomain?