server-core

Does Server Core 2008 support asp.net?

Does Server Core 2008 support asp.net? I see references online saying that it isn't supported, but they are all old references from CTPs. ...

What .net Features are *not* available on Windows 2008 R2 Server Core?

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...

missing duration in iis 7.5 Failed Request Tracing on server core

We have Failed Request Tracing working on IIS7.5 (Windows 2008 Server Core) and our rule has ASP.NET checked off and verbose logging set. However, on many googled screenshots of what a typical failed request trace looks like, we see the actual duration of each subpart in milliseconds shown to the right of the word verbose on the "reques...

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

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 come...

Unable to Find Setting for Visual Studio Client Profile to .NET 3.5 Server Core

I'm using Visual Studio 2010 Ultimate. I have a C# WCF service application I want to target for Windows 2008 R2 Server Core. In the assembly framework dropdown, I see .NET 3.5, .NET 4.0 and the respective client profiles, but no profile listed for .NET 3.5 Server Core. Likewise, on the setup project launch conditions, there is no .NET 3....