Check blocked ports -
To check which port is used by which application (or to check which application is using port 80) in window 7 and 8
Steps to do so :-
A) Go to command prompt (press window key+ r ) run window will appear in provided Space write cmd
B)Write command-
netstat –a –o
You will be getting all
connections and listening ports along with the process ids of applications
using them.
D)Now open task manager (ctrl + alt +
del) and open the tab -> processes
F) Now you can check which application using the
port according to the pid you noted down from command prompt.
No comments:
Post a Comment