Situation:
You have installed the .Net Framework 3.5 or .Net Framework 3.5 SP1 successfully and without error but Server Manager and IIS report that either 3.0 or 2.0 is installed.
Reason:
Frameworks 3.0 and 3.5 still use the core 2.0 ASP.NET Framework and simply add additional features. So the highest version you will see in IIS for Application Pools or Applications will be 2.XXX or 3.0 depending on if 2 was installed before 3.0.
How to check the version installed:
javascript:alert(navigator.userAgent)
Copy and paste that line of JavaScript code to IE Address bar and press ENTER key, you will see a pop-up dialog box with the browser version as well as something like the box below. The important thing to note is that it is reporting that I have 2.0, 3.0 and 3.5 installed.

© 2011-2013 Rackspace US, Inc.
Except where otherwise noted, content on this site is licensed under a Creative Commons Attribution-NonCommercial-NoDerivs 3.0 Unported License

0 Comments
Add new comment