I have a .Net application that maintains a socket pool to reuse them. It is suspected that it might be holding too many of those sockets without releasing them. Is there a way t
Type netstat -a -o -n -b from an elevated (admin) command prompt.
netstat -a -o -n -b
-b is to display the executable involved in creating each connection or listening port. See netstat --help for a list of all options.
-b
netstat --help