Unable to launch the asp.net development server because port '80' is in use

Posted by kevin on Stack Overflow See other posts from Stack Overflow or by kevin
Published on 2010-05-21T04:50:56Z Indexed on 2010/05/21 5:00 UTC
Read the original article Hit count: 1068

I need to use port 80 for my development server. Before i restart pc, it's still working fine. After that, it pop up the port 80 is in use. The development server able to run if i changed to other port.

I've checked using netstat -ano, no program is using it (my iis is using other port and my skype is not using port 80 as well). I also test with telnet localhost 80, it didnt show any failure message, just the screen goes blank...I'm using win xp. Is my visual studio has problem?

© Stack Overflow or respective owner

Related posts about visual-studio

Related posts about visual-studio-2008