Monday, June 28, 2010

Which Application Is Using Which Port

Run the Windows Task Manager,
Go to Process tab and go to view and ckeck the PID so you would see the running application PID in Windows Task Manager.



In command line run "netstat -ano" so you would see which port is using by application by looking for it's PID.

No comments:

Post a Comment