I've created in my IIS 6.0 Windows 2003 Servver a new web site (Test
Site), this Site is also listening at port 80 but the host header is
an especific domain (www.test.com), the problem is that when there is
a request from the domain I see the IISSTART.htm page that is
contained in the Default Site not the IISSTART contained in Test Site
thaks for your help!!!

Re: Many Web Sites with the same port by David

David
Fri Mar 30 16:24:58 CDT 2007

On Mar 30, 8:22 am, "NATE" <rfal...@gmail.com> wrote:
> I've created in my IIS 6.0 Windows 2003 Servver a new web site (Test
> Site), this Site is also listening at port 80 but the host header is
> an especific domain (www.test.com), the problem is that when there is
> a request from the domain I see the IISSTART.htm page that is
> contained in the Default Site not the IISSTART contained in Test Site
> thaks for your help!!!


Not an IIS issue.

You said you configured a website specific to www.test.com, so IIS
will only route requests to it when the client sends www.test.com as
Host header.

Your observation suggest that the client request received by IIS does
not contain the www.test.com Host header. So they get routed to the
Default Website that is configured to answer to all other requests.

Either the browser never sent the www.test.com Host header (because of
DNS misconfiguration, for example), or intervening network device is
stripping the Host header. Usually, people fail to configure DNS to
work the way they want.


//David
http://w3-4u.blogspot.com
http://blogs.msdn.com/David.Wang
//