CAUSE
When you install Application Center 2000, Application Center 2000 adds new entries to the
HOSTS file. The HOSTS file is located in the %WINDIR%\System32\Drivers\Etc folder. These entries are
similar to the following:
###### Beginning of Microsoft Application
Center section. DO NOT MODIFY.
192.128.253.1 computername ### END
192.128.253.1 computername.domain.com ### END
###### End of
Microsoft Application Center section.
In this sample entry,
192.128.253.1 is the only address that appears in the
IP Address list in
IIS Manager, together with
all unassigned. This behavior occurs because IIS Manager
uses either the
gethostbyname function or the
gethostbyaddr function to determine the IP addresses
that are bound on the server. These functions try to resolve the host name by using name
services in the following order:
- HOSTS file
- DNS server
- Windows Internet Name Service (WINS) server
- Local broadcasting
- LMHOSTS file
After the name has been resolved by using one of these services,
resolution stops. In this case, because the name can be resolved by using the
entries in the HOSTS file, no other services are queried.
For additional information about how the gethostbyname function resolves a host name, click the following article number to view the article in the Microsoft Knowledge Base:
192128
gethostbyname() retrieves only one IP address from WINS
REFERENCES
For additional information about missing IP addresses in IIS Manager, click the following article number to view the article in the Microsoft Knowledge Base:
297265
All bound IP addresses do not appear in IIS MMC drop-down list box