Hi,

I'm a software developer, and I used / managed IIS only minimal, when
needed, so I don't know lot of things about it

I just installed for development and testing purpose an Win2003
server, and I want to be able to create multiple top level web sites
on it

I have a dyndns domain (like mydev.dyndns.org). I activated Enable
wildcard on dyndns domain page, and now I'm able to to access my
server with www.mydev.dyndns.org

I saw how can I create multiple web sites, but now I know only how to
do this on different ports.

But how shoud I configure IIS to have, for example a site like
site1.mydev.dyndns.org?

Thanks

Re: Installing multiple top web servers in IIS on Win server 2003 by Kristofer

Kristofer
Thu Mar 29 13:41:08 CDT 2007

Hello,

You can use host headers. This article explains everything you need to know:

"Using Host Headers to host multiple websites on IIS 6.0"
http://www.gafvert.info/iis/article/iis_multiple_websites.htm

--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


bz wrote:

>Hi,
>
>I'm a software developer, and I used / managed IIS only minimal, when
>needed, so I don't know lot of things about it
>
>I just installed for development and testing purpose an Win2003
>server, and I want to be able to create multiple top level web sites
>on it
>
>I have a dyndns domain (like mydev.dyndns.org). I activated Enable
>wildcard on dyndns domain page, and now I'm able to to access my
>server with www.mydev.dyndns.org
>
>I saw how can I create multiple web sites, but now I know only how to
>do this on different ports.
>
>But how shoud I configure IIS to have, for example a site like
>site1.mydev.dyndns.org?
>
>Thanks

Re: Installing multiple top web servers in IIS on Win server 2003 by bz

bz
Mon Apr 02 16:53:05 CDT 2007

Thank you

Bogdan


Kristofer Gafvert a scris:
> Hello,
>
> You can use host headers. This article explains everything you need to know:
>
> "Using Host Headers to host multiple websites on IIS 6.0"
> http://www.gafvert.info/iis/article/iis_multiple_websites.htm
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> bz wrote:
>
> >Hi,
> >
> >I'm a software developer, and I used / managed IIS only minimal, when
> >needed, so I don't know lot of things about it
> >
> >I just installed for development and testing purpose an Win2003
> >server, and I want to be able to create multiple top level web sites
> >on it
> >
> >I have a dyndns domain (like mydev.dyndns.org). I activated Enable
> >wildcard on dyndns domain page, and now I'm able to to access my
> >server with www.mydev.dyndns.org
> >
> >I saw how can I create multiple web sites, but now I know only how to
> >do this on different ports.
> >
> >But how shoud I configure IIS to have, for example a site like
> >site1.mydev.dyndns.org?
> >
> >Thanks