Assigning Port Numbers in WCF
Hi,I am a learner in WCF. I need to know which port numbers should we assign to multiple end points in windows 7 or shall we assign any port number randomly?
e.g
---
<baseAddresses>
<add baseAddress="http://localhost:8080/"/>
<add baseAddress="net.tcp://localhost:8081/"/>
</baseAddresses>
How to see which ports are free and which ports are busy in windows 7.
Regards,
RAJAN CRP