Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations derfloh on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

port 80 in use?

Status
Not open for further replies.

RandyRiegel

Programmer
Sep 29, 2003
256
US
I just installed a fresh copy of windows xp on my development machine. I can't get IIS to work, I get "Unexpected error 0x8ffe2740 occured." which according to Microsoft is because port 80 is in use. Port 80 should no way be in use with anything else. I did a netstat and according to it nothing is using local port 80. Is there anything else that could be going on?

 
Exactly what netstat command did you use to check that? Try this one:

netstat -ano | find "80"
 
have you altered the default port on the default web site to something other than 80? if so, try it and see if IIS starts...if it does, then we can dig in deeper as to why port 80 is tied up...

-Brandon Wilson
MCSE00/03, MCSA:Messaging00, MCSA03, A+

 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top