Hi,
I want to set up unique websites in IIS and am planning to use ports to
distinguish the sites. What's the best method to assign port numbers to each
site? Meaning, how do I confirm that the port I assign to the site is not
being used for any other purpose. Also is there any way I can automate this?

Subir

Re: Multiple websites in IIS by Jonathan

Jonathan
Tue Jan 04 18:27:40 CST 2005

Hi,

See:
http://www.visualwin.com/host-header/

Also, in regards to automation, start a CMD prompt and type "iisweb.vbs /?"

--
--Jonathan Maltz [Microsoft MVP - Windows Server - IIS, Virtual PC]
http://www.visualwin.com - A Windows Server 2003 visual, step-by-step
tutorial site :-)
http://vpc.visualwin.com - Does <insert OS name> work on VPC 2004? Find out
here
Only reply by newsgroup. I do not do technical support via email. Any
emails I have not authorized are deleted before I see them.


"Subir" <Subir@discussions.microsoft.com> wrote in message
news:49D7748E-C9F0-42A6-851C-87AECBE63D66@microsoft.com...
> Hi,
> I want to set up unique websites in IIS and am planning to use ports to
> distinguish the sites. What's the best method to assign port numbers to
> each
> site? Meaning, how do I confirm that the port I assign to the site is not
> being used for any other purpose. Also is there any way I can automate
> this?
>
> Subir



Re: Multiple websites in IIS by Subir

Subir
Tue Jan 04 18:37:10 CST 2005

Thanks for the reply Jonathan.
How do I make sure that the port that I use for the site is not being used
by any other app? One way would be to keep specifying a port till the site
comes up. Is there a cleaner approach?

Subir

"Jonathan Maltz [MS-MVP]" wrote:

> Hi,
>
> See:
> http://www.visualwin.com/host-header/
>
> Also, in regards to automation, start a CMD prompt and type "iisweb.vbs /?"
>
> --
> --Jonathan Maltz [Microsoft MVP - Windows Server - IIS, Virtual PC]
> http://www.visualwin.com - A Windows Server 2003 visual, step-by-step
> tutorial site :-)
> http://vpc.visualwin.com - Does <insert OS name> work on VPC 2004? Find out
> here
> Only reply by newsgroup. I do not do technical support via email. Any
> emails I have not authorized are deleted before I see them.
>
>
> "Subir" <Subir@discussions.microsoft.com> wrote in message
> news:49D7748E-C9F0-42A6-851C-87AECBE63D66@microsoft.com...
> > Hi,
> > I want to set up unique websites in IIS and am planning to use ports to
> > distinguish the sites. What's the best method to assign port numbers to
> > each
> > site? Meaning, how do I confirm that the port I assign to the site is not
> > being used for any other purpose. Also is there any way I can automate
> > this?
> >
> > Subir
>
>
>

Re: Multiple websites in IIS by jeff

jeff
Tue Jan 04 22:01:58 CST 2005

On Tue, 4 Jan 2005 16:37:10 -0800, "Subir"
<Subir@discussions.microsoft.com> wrote:

>Thanks for the reply Jonathan.
>How do I make sure that the port that I use for the site is not being used
>by any other app? One way would be to keep specifying a port till the site
>comes up. Is there a cleaner approach?

Netstat will show ports in use.

Jeff

>> Hi,
>>
>> See:
>> http://www.visualwin.com/host-header/
>>
>> Also, in regards to automation, start a CMD prompt and type "iisweb.vbs /?"
>>
>> --
>> --Jonathan Maltz [Microsoft MVP - Windows Server - IIS, Virtual PC]
>> http://www.visualwin.com - A Windows Server 2003 visual, step-by-step
>> tutorial site :-)
>> http://vpc.visualwin.com - Does <insert OS name> work on VPC 2004? Find out
>> here
>> Only reply by newsgroup. I do not do technical support via email. Any
>> emails I have not authorized are deleted before I see them.
>>
>>
>> "Subir" <Subir@discussions.microsoft.com> wrote in message
>> news:49D7748E-C9F0-42A6-851C-87AECBE63D66@microsoft.com...
>> > Hi,
>> > I want to set up unique websites in IIS and am planning to use ports to
>> > distinguish the sites. What's the best method to assign port numbers to
>> > each
>> > site? Meaning, how do I confirm that the port I assign to the site is not
>> > being used for any other purpose. Also is there any way I can automate
>> > this?
>> >
>> > Subir
>>
>>
>>


Re: Multiple websites in IIS by Kristofer

Kristofer
Wed Jan 05 01:30:36 CST 2005

Hello Subir!

> I want to set up unique websites in IIS and am planning to use ports
> to
> distinguish the sites.