A
A
Alexander Sulimov2012-11-09 17:19:54
Windows
Alexander Sulimov, 2012-11-09 17:19:54

Window7 listens on port 80 without permission?

It was required to install a program that needs port 80. Stopped IIS. But the port is still busy and gives a 404 error.
In the resource monitor, you can see that when accessing port 80, an ipv6 loopback connection appears without specifying which program began to listen on the port. How to calculate that the port is free. ipv6 is not used. Disabling all network adapters did not work.

Answer the question

In order to leave comments, you need to log in

4 answer(s)
A
Alexandr Sulimov, 2012-11-09
@AlexandrDP

Everything turned out to be easier
, you need to stop the Web Deployment Agent Service

D
DenisIT, 2012-11-09
@DenisIT

Hello - you can do the following:
Run in cmd - netstat -a -o you will see a list of ports - find port 80 and see which PID uses it.
Then run the task manager - and add the PID column to the view - find the corresponding number in the list and you will understand which process is using your port 80 below screenshot
image

A
AlexS, 2012-11-09
@AlexS

Or in Skype settings uncheck "Use ports 443 and 80"

A
Alexandr Sulimov, 2012-11-09
@AlexandrDP

netstat I checked immediately
Proto Local Address Foreign Address State
TCP 0.0.0.0:80 Alexandr-PC:0 LISTENING
Can not obtain ownership information

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question