Different .NET Framework versions on same server
-
Hi, We have .Net Framework 1.1 and 2.0 installed on the same server. We now have new requirements that will need AJAX. We can either install: 1. .Net Framework 3.5 OR 2. AJAX Toolkit (with existing .Net Framework 2.0) We do not want to have any issues with existing applications due to this. Please suggest which will be a better approach and what will be the impact on existing applications using older versions? Are there any specific guidelines for having multiple versions on same server? Regards, Anuj Chauhan +91 9313499294 anuj.mca@gmail.com
-
Hi, We have .Net Framework 1.1 and 2.0 installed on the same server. We now have new requirements that will need AJAX. We can either install: 1. .Net Framework 3.5 OR 2. AJAX Toolkit (with existing .Net Framework 2.0) We do not want to have any issues with existing applications due to this. Please suggest which will be a better approach and what will be the impact on existing applications using older versions? Are there any specific guidelines for having multiple versions on same server? Regards, Anuj Chauhan +91 9313499294 anuj.mca@gmail.com
You don't need to install anything, unless what you mean is, we don't know enough to use AJAX and will need to use a Microsoft framework instead. AJAX is nothing to do with ASP.NET, only the Microsoft wrapper library is.
Christian Graus Driven to the arms of OSX by Vista. Read my blog to find out how I've worked around bugs in Microsoft tools and frameworks.
-
Hi, We have .Net Framework 1.1 and 2.0 installed on the same server. We now have new requirements that will need AJAX. We can either install: 1. .Net Framework 3.5 OR 2. AJAX Toolkit (with existing .Net Framework 2.0) We do not want to have any issues with existing applications due to this. Please suggest which will be a better approach and what will be the impact on existing applications using older versions? Are there any specific guidelines for having multiple versions on same server? Regards, Anuj Chauhan +91 9313499294 anuj.mca@gmail.com
u can install different version of dotnet framework. there is no issue about it. Feel free to use it. even i have 1.0,2.0 and 3.5 framework installed on my system and had never faced a problem. :)