That error means that something else is already using port 80 on the
server, so IIS is unable to grab it and start the Default Web Site. Port 80
is usually only used by web servers, so if you have any other web server
software installed it may be grabbing the port.
You can use a utility like Fport from
www.foundstone.com, or Active Ports
from
http://www.protect-me.com/freeware.html to see what executable is
making use of port 80 and where that executable is installed. Stopping the
other software should allow you to start the Default Web Site in IIS.
You can also open a command prompt and type the following to get a list of
ports that are in use and the application that is using each port:
netstat -ano
HTH,
Terry
Terry Harney [MSFT]
This posting is provided “AS IS” with no warranties, and confers no rights.
You assume all risk for your use. © 2001 Microsoft Corporation. All rights
reserved.
--------------------
| From: "nad" <nader_shayan.RemoveThis@hotmail.com>
| Subject: Help Please: installation problem with IIS
| Date: Fri, 5 Sep 2003 18:35:21 -0400
| Lines: 9
| X-Priority: 3
| X-MSMail-Priority: Normal
| X-Newsreader: Microsoft Outlook Express 6.00.2800.1158
| X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2800.1165
| Message-ID: <enPz13$cDHA.2112@TK2MSFTNGP10.phx.gbl>
| Newsgroups: microsoft.public.inetserver.iis
| NNTP-Posting-Host: AC974194.ipt.aol.com 172.151.65.148
| Path: cpmsftngxa06.phx.gbl!TK2MSFTNGP08.phx.gbl!TK2MSFTNGP10.phx.gbl
| Xref: cpmsftngxa06.phx.gbl microsoft.public.inetserver.iis:274164
| X-Tomcat-NG: microsoft.public.inetserver.iis
|
| Hello, I appreciate any help:
|
| After I installed IIS 5.1 on my XP Pro. and when I opened it I realized
the
| 'Default Web Site' in the Web Sites folder shows a red error icon, and
when
| I start the web site I get the error "Unexpected error 0x8ffe2740
occurred."
|
| Thanks in advance.
|
|
|