Create an account

Very important

  • To access the important data of the forums, you must be active in each forum and especially in the leaks and database leaks section, send data and after sending the data and activity, data and important content will be opened and visible for you.
  • You will only see chat messages from people who are at or below your level.
  • More than 500,000 database leaks and millions of account leaks are waiting for you, so access and view with more activity.
  • Many important data are inactive and inaccessible for you, so open them with activity. (This will be done automatically)


Thread Rating:
  • 927 Vote(s) - 3.53 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Can a server have more than one .Net frameworks?

#1
Can a server have more than one .Net frameworks. Our Application is made in .Net 3.5 but server is having old versions.So can we install one more framework on server and it will not affect other applications.

Thanks
Reply

#2
Yes, you can install multiple versions of .Net side by side.

NOTE: If you have asp.net applications in IIS, you have to configure which version you want to use in your application.
Reply

#3
In reality, .NET 3.5 is not a separate *version* - it is additions to the 2.* CLI. The main decision here is 2.* or 4.*. If this is a web application, you can configure IIS to decide which CLI to use.

So: if the "old versions" are 2.*, then installing .NET 3.5 **will** impact the existing applications, and the service packs **could** cause behaviour changes in some edge cases (pretty unlikely most of the time). More likely: the service packs that come with 3.5 will *fix* some existing BCL bugs.

A better option, though, might be to move your new app to 4.0; that **is** separate to the older versions, so you get an independent .NET engine. Perhaps just as important: you'll get all the current libraries and fixes.
Reply

#4
Yes, you can have all versions of .NET installed.

Note: Version 3.5 is just some added libraries, the core is still framework 2.0.

If it's a web application, you have to have a separate application pool for each framework version you use.
Reply



Forum Jump:


Users browsing this thread:
1 Guest(s)

©0Day  2016 - 2023 | All Rights Reserved.  Made with    for the community. Connected through