Is it possible to stop specific virtual hosts? I have several virtual hosts
under the default web. I need to stop them but keep the default website
running so I can install another product.

Re: Stop Virtual Host? by Kristofer

Kristofer
Wed Sep 20 15:12:20 CDT 2006

Do you mean a virtual directory? I don't recognise the term "virtual host"
in IIS terms.

You can stop an individual application pool. You cannot stop a virtual
directory, because there is process involved in "running" a virtual
directory (hence there is nothing to stop).

--
Regards,
Kristofer Gafvert
http://www.gafvert.info/iis/ - IIS Related Info


MuniciNET wrote:

>Is it possible to stop specific virtual hosts? I have several virtual
>hosts under the default web. I need to stop them but keep the default
>website running so I can install another product.

Re: Stop Virtual Host? by MuniciNET

MuniciNET
Wed Sep 20 15:39:54 CDT 2006

Sorry. Virtual directory is what I meant.

Thanks for your response.

"Kristofer Gafvert" <kgafvert@NEWSilopia.com> wrote in message
news:xn0erghvsa8pign00l@news.microsoft.com...
> Do you mean a virtual directory? I don't recognise the term "virtual host"
> in IIS terms.
>
> You can stop an individual application pool. You cannot stop a virtual
> directory, because there is process involved in "running" a virtual
> directory (hence there is nothing to stop).
>
> --
> Regards,
> Kristofer Gafvert
> http://www.gafvert.info/iis/ - IIS Related Info
>
>
> MuniciNET wrote:
>
>>Is it possible to stop specific virtual hosts? I have several virtual
>>hosts under the default web. I need to stop them but keep the default
>>website running so I can install another product.