0
votes
How can you determine what version(s) of .NET are running on a system?
If you're using IIS6 and above, open up IIS and click on Web Service Extensions. It will list each framework installed. Granted, .NET 3.0 and 3.5 are both based on the 2.0 framework.
…
