So Windows Server Core 2008 R2 added support for ASP.net, but only a subset:

  • Subset of .NET Framework 2.0
  • Subset of .NET Framework 3.0 and 3.5 – WCF, WF, and LINQ

Now the question is, what is not available? I'm guessing that the Media stuff and everything related to WPF is missing, which isn't a huge loss. But any other big components that could hurt?

Edit: So far, found:

link|improve this question

feedback

1 Answer

up vote 4 down vote accepted

Only WPF support is not included, which makes sense, given it's graphical.

link|improve this answer
Awesome, found the right blog but didn't think about searching there :) – Michael Stum Jan 26 '10 at 2:54
@Michael Stum: Glad it helped! I've learned more than a few odd-ball things from that blog you'd never find elsewhere. – Nick Craver Jan 26 '10 at 3:08
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.