Re: Changing framework version on Virtual Root hangs IIS by Ken
Ken
Sun Aug 27 19:25:49 CDT 2006
What version of IIS are you using? With IIS 5.0 you can only us one version
of the framework at a time (because there is only a single aspnet_wp.exe
process)
With IIS 6.0, you need to ensure that only one version of the framework is
loaded per w3wp.exe process. So you need to ensure that all applications
that use v1.1 are *not* placed into a web app pool where v2.0 is loaded.
If a web application is located in its own web app pool, and you change the
framework version that it is using, just recycle the web app pool (via IIS
Manager), so that the new framework version is loaded. There is no need to
restart all of IIS
Cheers
Ken
"Simon Rigby" <google@simonrigby.co.uk> wrote in message
news:1156717988.217052.206870@74g2000cwt.googlegroups.com...
> Hi folks,
>
> I have a production server that has both the 1.1 and 2.0 framework
> installed. When setting up a new application I sometimes have to change
> the framework version that the root uses. After this, none of the
> applications respond (server error displayed).
>
> The onyl solution I have found is to start and stop IIS.
>
> Any ideas what is happening here.
>
> Cheers
>