How to Tell Ports Already in Use
am 08.10.2007 14:19:09 von Boolean1When specifying a port for a new Web site, where can you see which ports are
already in use?
Thanks,
Boolean1
When specifying a port for a new Web site, where can you see which ports are
already in use?
Thanks,
Boolean1
Hello,
Open a command prompt and type:
netstat -ano
It will tell you what ports are in use (by all applications).
--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info
Boolean1 wrote:
>When specifying a port for a new Web site, where can you see which ports
>are already in use?
>
>Thanks,
>
>Boolean1