Just implemented DNS on my network, can't see static webpages

  • Thread starter Thread starter Dave
  • Start date Start date
D

Dave

Running Win Server 2000 within network. I was able to view webpage prior to
network upgrade. I have updated my server with new static IP and DNS zone
look-ups; the network admin updated his server. Now when I visit my URL I
get "No web site is configured at this address." Not sure why I can't see
the page. Ideas for the reason are appreciated.

Dave
 
Chances are the "new DNS" server doesn't know about your web site,
cannot recurse for it, and doesn't have a "forwarder" (another DNS
server) that can either.
 
Or your web site is configured for one ip on the box but the DNS is sending
you to a different one.
 
In Dave <[email protected]>
posted their concerrns,
Then Kevin D4Dad added his reply at the bottom.
Running Win Server 2000 within network. I was able to view webpage
prior to network upgrade. I have updated my server with new static IP
and DNS zone look-ups; the network admin updated his server. Now when
I visit my URL I get "No web site is configured at this address." Not
sure why I can't see the page. Ideas for the reason are appreciated.

Dave

This is the error you get when IIS is using host headers and IIS is not
listening on that IP address/Host Header combination. Go in to the
properties of your web site and configure your host header and IP address.
 
This was the problem. Thanks a million.

Dave

Kevin D. Goodknecht Sr. said:
In Dave <[email protected]>
posted their concerrns,
Then Kevin D4Dad added his reply at the bottom.

This is the error you get when IIS is using host headers and IIS is not
listening on that IP address/Host Header combination. Go in to the
properties of your web site and configure your host header and IP address.
 
Back
Top