Problems Starting IIS on a Windows 2000 Computer
When you install or upgrade to Windows 2000 Professional, Windows 2000
Server, or Windows 2000 Advanced Server, the following error message may
occur when you attempt to start the Internet Information Services (or,
IIS) Web services (WWW, FTP, SMTP, and NNTP):
"Could not start the
(WWW, FTP, SMTP, and NNTP) service on the Local Computer. Error
1747 The Authentication service is unknown."
When you attempt to start the sites in the Microsoft Management Console
(MMC) snap-in in IIS, the following error message appears:
"The Service did not respond to the
Start or Control Request in a timely fashion."
Solution
1:
The World Wide Web Publishing Service is disabled.
From
the Windows Start Menu, go to the following location: Control Panel |
Administrative Tools, Services.
Go
to "World Wide Web Publishing," right clock on it, and go to
"Properties."
Change
the startup type to "Automatic."
Solution
2:
This
occurs when no Network Interface Card (or, NIC) is installed. To
resolve this problem, install the Client for Microsoft Networks and bind
it to a NIC (not a modem). To
do this, follow these steps:
In
Control Panel, double-click Add New Hardware.
Click
on [NEXT] to start the wizard.
Click
on Add/Troubleshoot a Device.
Click
on Add a New Device (Default Selection).
Click
on No, I want to select the hardware
from the list.
Click
on Network Adapters.
In
the Manufacturers field, choose
Microsoft, and for Network
Adapter, choose Microsoft Loopback
Adaptor.
By
default, Windows 2000 installs the adapter with the default settings,
which include the Client for Microsoft Networks
and TCP\IP. If
you don't require the Client for Microsoft Networks, it is best to disable
it. To
do so, follow these steps:
Right-click
on My Network Places, and then
on Properties.
Right-click
on Local Area Connection and then
on Properties.
Click
to clear the Client for Microsoft Networks
check box.
Click
on OK.
The Client for Microsoft Networks
option is now disabled. IIS
5.0 runs properly with this configuration.
When you have completed these steps, attempt to start the Web services
again and they will successfully start. You
can start these services with the following command:
iisreset /start
|