|
Home > Archive > IIS Server > June 2005 > Maximum number of virtual directories
You are viewing an archived Text-only version of the thread.
To view this thread in it's original format and/or if you want to reply to
this thread please [click here]
| Author |
Maximum number of virtual directories
|
|
| Prasad 2005-06-28, 7:50 am |
| Hi, I would like to host the different static websites on a single root url.
could any one please help me, what is the maximum number of vitual
directories i can add to a single iis installation for a single root url?
an early reply is highly helpful please. thanks in advance.
--
Regards,
Prasad.
| |
|
| I would use Host Headers, this way all web sites we be independant of each
other.
If there is a limit, and you are determinded to use the default web site, I
would think it would be considerably high.
"Prasad" <Prasad@discussions.microsoft.com> wrote in message
news:2F859008-BD2F-47E3-AC46-4A6697052098@microsoft.com...
> Hi, I would like to host the different static websites on a single root
> url.
> could any one please help me, what is the maximum number of vitual
> directories i can add to a single iis installation for a single root url?
> an early reply is highly helpful please. thanks in advance.
> --
> Regards,
> Prasad.
| |
| Kristofer Gafvert [MVP] 2005-06-28, 5:54 pm |
| As far as i know, there is no hard limit in the number of virtual
directories you can create on IIS 6.0.
--
Regards,
Kristofer Gafvert (IIS MVP)
www.gafvert.info - My Articles and help
www.ilopia.com
Prasad wrote:
> Hi, I would like to host the different static websites on a single root
url.
> could any one please help me, what is the maximum number of vitual
> directories i can add to a single iis installation for a single root url?
> an early reply is highly helpful please. thanks in advance.
| |
| David Wang [Msft] 2005-06-29, 7:52 am |
| There is no limit. Real limit comes from physical machine resources such as
RAM, which is mostly a function of the process model chosen for the websites
as well as the code that is run in them. If it is purely static code and
you use one Application Pool (IIS6) or medium isolation (IIS5), then you
should be more than fine.
It is not clear what you mean by "different static websites on a single root
url." Are you talking about :
http://static1.domain.com
http://static2.domain.com
If so, just create many IIS websites, set a host header for each (i.e. one
website has host header of static1.domain.com pointing to its content,
another IIS website has host header of static2.domain.com pointing to its
content).
--
//David
IIS
http://blogs.msdn.com/David.Wang
This posting is provided "AS IS" with no warranties, and confers no rights.
//
"Prasad" <Prasad@discussions.microsoft.com> wrote in message
news:2F859008-BD2F-47E3-AC46-4A6697052098@microsoft.com...
Hi, I would like to host the different static websites on a single root url.
could any one please help me, what is the maximum number of vitual
directories i can add to a single iis installation for a single root url?
an early reply is highly helpful please. thanks in advance.
--
Regards,
Prasad.
|
|
|
|
|