R – Microsoft Server 2003 with .NET 3.5

asp.net-3.5netwindows-server-2003

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?

Best Answer

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.