Which .net framework is coming by default with fresh install of 2008 R2? frameowkr 2.0 or 3.5 or nothing. IF i need to enable 3.5 manually means everything is already there installed by default, i need to just enable it or i need to install?
Which .net framework is coming by default with fresh install of 2008 R2? frameowkr
Share
Source: what version of .Net Framework comes with Windows 2008 R2?
Windows Server 2008 R2 includes .Net Framework 3.5 with SP1. You need to install it
from --> Server Manager --> Features --> .Net Framework 3.5.1 Features.By default, the system comes with .Net Framwork Setup v2.0.50727 installed. You can verify it via the following registry key
Check ServerFault Thread – https://serverfault.com/questions/149415/exactly-which-net-version-does-windows-server-2008-r2-core-support and SO Thread https://stackoverflow.com/questions/71390/which-operating-systems-come-with-net
for more information.