I'm new to setting up a Web Server stuff in Windows 2003. I have a
couple sites that I've setup but want to allow all of them to reside
on one Windows 2003 server and need a bit of help. How do I create or
set the sites up on the server so when someone goes to www.sitea.com
it will take them to sitea on the server and so on with www.siteb.com
to siteb on the server.

Thanks, I'm thinking I'm just missing something very simple here.

Re: Multiple Domain Names on One Server by Bernard

Bernard
Sun Mar 09 21:02:40 CDT 2008

1) Create multiple sites at IIS, either via unique IP address or host
header;
HOW TO: Use Host Header Names to Configure Multiple Web Sites in Internet
Information Services 6.0
http://support.microsoft.com/?id=324287

2) Setup proper name resolution, e.g. via DNS or Hosts file (for local
network).

How To Configure DNS Records for Your Web Site in Windows Server 2003

http://support.microsoft.com/?id=324260

--
Regards,
Bernard Cheah
http://www.iis.net/
http://msmvps.com/blogs/bernard/


"newsqlman" <ndittoo@yahoo.com> wrote in message
news:cdb36fcb-3648-4e73-86e3-4c4944d9ad53@e25g2000prg.googlegroups.com...
> I'm new to setting up a Web Server stuff in Windows 2003. I have a
> couple sites that I've setup but want to allow all of them to reside
> on one Windows 2003 server and need a bit of help. How do I create or
> set the sites up on the server so when someone goes to www.sitea.com
> it will take them to sitea on the server and so on with www.siteb.com
> to siteb on the server.
>
> Thanks, I'm thinking I'm just missing something very simple here.



Re: Multiple Domain Names on One Server by newsqlman

newsqlman
Mon Mar 10 09:00:50 CDT 2008

Thanks for that information. But I need some more basic information
as well as I'm sure that will help when I get there. Where do I
create the sites in IIS? Do I create them as a new website (so its at
the same leval as default) or do I create them as a Virtual Directory
under the Default website?

Thanks.

Re: Multiple Domain Names on One Server by newsqlman

newsqlman
Mon Mar 10 11:43:35 CDT 2008

Ok, I've got most of it figured out I think but one thing that doesn't
work. I have an .exe file that can be downloaded for people to run
but when they click on that link it says page can't be displayed. Not
sure what setting on the server is not allowing that from being run.

Thanks.

Re: Multiple Domain Names on One Server by Kristofer

Kristofer
Mon Mar 10 13:12:18 CDT 2008

Hi,

See this article:

"How to allow users to download exe-files"
http://www.gafvert.info/notes/Download_Exe.htm

Although you have already set up multiple websites, this may be useful to
read anyway:

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

Hope this helps.

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


"newsqlman" <ndittoo@yahoo.com> skrev i meddelandet
news:d9e9a16f-021c-4897-b681-6bcb2d5ede5f@s19g2000prg.googlegroups.com...
> Ok, I've got most of it figured out I think but one thing that doesn't
> work. I have an .exe file that can be downloaded for people to run
> but when they click on that link it says page can't be displayed. Not
> sure what setting on the server is not allowing that from being run.
>
> Thanks.


Re: Multiple Domain Names on One Server by newsqlman

newsqlman
Mon Mar 10 13:57:35 CDT 2008

Thanks for the help. I saw that article and had added the .exe to the
Mime types but it still gives me that error. Any other things I need
to look for?

Re: Multiple Domain Names on One Server by Kristofer

Kristofer
Mon Mar 10 14:23:17 CDT 2008

What is logged in the IIS log? We need to know the status code, substatus
code and sc-win32 status code.


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


"newsqlman" <ndittoo@yahoo.com> skrev i meddelandet
news:14451481-4f30-42bb-8e09-796f2e64e473@i12g2000prf.googlegroups.com...
> Thanks for the help. I saw that article and had added the .exe to the
> Mime types but it still gives me that error. Any other things I need
> to look for?


Re: Multiple Domain Names on One Server by _

_
Mon Mar 10 12:24:17 CDT 2008


"newsqlman" <ndittoo@yahoo.com> wrote in message
news:161e872a-fc2d-4c15-b10e-ca45889ec5f3@m3g2000hsc.googlegroups.com...
> Thanks for that information. But I need some more basic information
> as well as I'm sure that will help when I get there. Where do I
> create the sites in IIS? Do I create them as a new website (so its at
> the same leval as default) or do I create them as a Virtual Directory
> under the Default website?
>
> Thanks.

Right click on the parent in the tree for options, check "All Tasks"

Yes, you create them right along side the "Default Web" you see in there.



Re: Multiple Domain Names on One Server by newsqlman

newsqlman
Mon Mar 10 16:09:06 CDT 2008

Thanks for all the help. I figured out what the issue was on the
exe. Have it working now.

Will see how things go for a few days.