views:

31

answers:

1

As a follow-up question on this;

The server running is a Microsoft Server 2003. Are there any possible (bad) outcomes when trying to install .NET 3.5 on such a server, that only has 1.1 installed and running in order to split up web-applications based on 1.1 and 3.5?

+3  A: 

Nope, the .net 3.5 run time environment can run along with the 1.1 with no problem. All you have to do is make sure that the 1.1 applications and the 3.5 applications are in different application pools in IIS.

Kevin
Do I still need to install 2.0 SP1 as well? I read 3.5 is based on that one?
ApoY2k
Yes, the .net 3.5 runs on the 2.0 run time environment.
Kevin
*Sigh*, would have been to easy for M$ do get every version running for it's own... Thanks for your help.
ApoY2k
You just have to think of 3.5 as really 2.0+
Kevin
So why don't they just call it 2.5 and let that run on it's own. I will never understand that company^^
ApoY2k