I configure binding on my IIS 7 server like:
ip address: All Unassigned
port: 8080
but in netstat -aon
command see only 127.0.0.1:8080
instead 0.0.0.0:8080
(which I would like)
(0.0.0.0:8080
is free (there is not it in netstat table))
Please help to solve this problem.