How to Tell Ports Already in Use

How to Tell Ports Already in Use

am 08.10.2007 14:19:09 von Boolean1

When specifying a port for a new Web site, where can you see which ports are
already in use?

Thanks,

Boolean1

Re: How to Tell Ports Already in Use

am 08.10.2007 18:37:52 von Kristofer Gafvert

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