We have a production server (Win2k SP1) running both .Net 2.0 and 1.1 Apps.
There are 3 application pools on the server. When we add a new Virtual
Directory and change the ASP .Net version to 2.0 in the default app pool, the
applications in the other application pools are restarted. This is similar to
the report found at
http://msdn.microsoft.com/newsgroups/default.aspx?dg=microsoft.public.inetserver.iis&mid=7cec03e3-9b28-409b-869d-ba4ab61cc261&sloc=en-us
But in our case, we didn't have to restart IIS although all our applications
in other applications pools got restarted. Couldn't find a solution to the
problem in that thread. So wondering if anyone found a workaround for this?
Thanks,
--Tom