Subdomain on a separate server (Windows/IIS) won't load default web site?
Posted
by
DOTang
on Server Fault
See other posts from Server Fault
or by DOTang
Published on 2012-07-02T20:54:18Z
Indexed on
2012/07/02
21:17 UTC
Read the original article
Hit count: 179
I've got a domain hosted under godaddy.com. I set it up so that subdomain.mysite.com
points to a different server which uses Windows/IIS (say for example ip 1.1.1.1). When I go to the subdomain I get no errors, but no webpage loads.
In IIS under the default website I added a bindings for subdomain.mysite.com
with the ip of 1.1.1.1
, but still nothing loads, just a totally blank page.
I know for sure the subdomain host is working correctly because when I ping my subdomain, the correct IP shows.
What am I missing to get this working?
© Server Fault or respective owner