Will .NET 4.0 apps work on Win 2008 R2 Server Core?

959 Views Asked by At

When Windows Server 2008 R2 was launched, the "server core" edition started to become useful to me, because it lets me deploy .NET background applications isolated on their own virtual machine instance with only a small fraction of all the disk space overhead of a default Windows Server installation, and very few Windows Updates. It comes with a subset of .NET 3.5 SP1 integrated (as an optional feature).

Now that .NET 4.0 is released, the redistributables explicitly state that it's not support on Server Core. Any chance that there will be a separate download available for Server Core (e. g. without WPF) any time soon, has anybody heard about it?

2

There are 2 best solutions below

2
On BEST ANSWER

Anything I have read says no. I would imagine that this will change but unfortunately it doesn't look like it will be soon.

0
On

Since 2011-02-21, it is possible to run .NET 4.0 apps on Windows 2008 R2 Server Core. To enable .NET 4.0 support, you need to install Service Pack 1 and the .NET 4.0 Standalone Installer for Server Core.