We are planning to to install dotnet framework 4.0 on production server, on production server some other application(which are on dotnet framework3.5) are also running. My question is we need to stop other applications while installation or not?
If you are just installing the framework, you probably won't have to stop your other applications. If you are installing IIS, then you probably would need to stop the other apps.
I have never been asked to do a reboot after installing .Net 4.0, but I can't say for sure if this is always the case.
Matt
If this helps, please mark as Answer.
Marked as answer by braveboy76 on Nov 28, 2011 06:03 PM
braveboy76
Member
103 Points
97 Posts
IIS Server question
Nov 22, 2011 02:39 PM|LINK
Hi Guys
We are planning to to install dotnet framework 4.0 on production server, on production server some other application(which are on dotnet framework3.5) are also running. My question is we need to stop other applications while installation or not?
Thanks
AZMatt
Star
10652 Points
1898 Posts
Re: IIS Server question
Nov 22, 2011 02:44 PM|LINK
If you are just installing the framework, you probably won't have to stop your other applications. If you are installing IIS, then you probably would need to stop the other apps.
I have never been asked to do a reboot after installing .Net 4.0, but I can't say for sure if this is always the case.
Matt
kctt
Contributor
5004 Points
948 Posts
Re: IIS Server question
Nov 25, 2011 05:19 AM|LINK
All Asp.net versions can run in parallels.
You can set up multiple applications pools and configure different asp.net version for each application pool.
Sam Johns
Member
112 Points
52 Posts
Re: IIS Server question
Feb 24, 2012 06:04 AM|LINK
Hi,
Installing framework will not ffect any other framework worker process.
Each framework has it's own worker process.
So it won't reflect to other framework.
Sam Johns