Sites and Virtual Directories in IIS 6

Sites and Virtual Directories in IIS 6

am 15.01.2008 19:41:03 von Enthus

I have IIS 6 with .NET 1.0 and .NET 2.0 installed on the server. This server
has two web sites. site1 uses asp.net 2.0 and site2 uses asp.net 1.0
versions. Under site1, I have 12 virtual directories and under site2 10
virtual directories.

If the site is using asp.net 2.0 and virtual directories under that site
uses asp.net 1.0, does IIS complain? What will be the impact on the
performance?

Re: Sites and Virtual Directories in IIS 6

am 15.01.2008 20:00:12 von Kristofer Gafvert

You cannot have different .NET versions in the same application pool. It is
not tied to a website or virtual directory, it is tied to application pools.

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


"Enthus" skrev i meddelandet
news:28B81246-973E-48BF-9F04-C1354C5FE9C9@microsoft.com...
>I have IIS 6 with .NET 1.0 and .NET 2.0 installed on the server. This
>server
> has two web sites. site1 uses asp.net 2.0 and site2 uses asp.net 1.0
> versions. Under site1, I have 12 virtual directories and under site2 10
> virtual directories.
>
> If the site is using asp.net 2.0 and virtual directories under that site
> uses asp.net 1.0, does IIS complain? What will be the impact on the
> performance?