There might be instances when you cannot use a port. You end up getting the error that port is in use. However, no process using that port.
That could be because those ports might be reseverd. you can check it using the following command
netsh int ip show excludedportrange protocol=tcp
If you see your port there, you can clear those reservation using the following command
net stop winnat
No comments:
Post a Comment