Multiple Sites on II6 and DNS

  • Thread starter Thread starter DavidM
  • Start date Start date
D

DavidM

Can someone tell me what I need to do on DNS for using Host Headers with
IIS6.

I basically want to have two websites running on the same server using same
IP address.

Any direction would be appreciated.
 
Can someone tell me what I need to do on DNS for using Host Headers with
IIS6.

I basically want to have two websites running on the same server using same
IP address.

Any direction would be appreciated.

See:

Running mutiple web sites on a single IP address:
http://www.iisanswers.com/Top10FAQ/t10-hostheaders.htm
http://www.iisanswers.com/articles/dns_for_iis.htm

HOW TO: Use Host Header Names to Configure Multiple Web Sites in
Internet Information Services 6.0:
http://support.microsoft.com/?id=324287

Jeff
 
David,

All you need to do is create the 2 websites under the IIS Manager snapin
using the Wizard provided.

Under each Website you can add host headers by right-clicking on the website
and selecting properties. Within the WebSite Tab contains your IP address
and TCP Port. Next to this contains an Advanced Tab.

By clicking on this advanced tab you can add multiple host headers for this
specific website (ie www.test.co.uk & www.test.com). Note: ensure that you
select your IIS server TCPIP address and Port (default 80).

Hope this helps
Paul.
 
Back
Top