Tagged Questions
The server-core tag has no wiki summary.
2
votes
1answer
165 views
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, ...
1
vote
2answers
170 views
How can I use the Browse for Folder dialog from a WPF app on Windows Server Core?
I've tried using the FolderBrowserDialog and that seems to work on my development machine. However, this is not supported on a Windows 2008 R2 Server Core. I tried running this code anyway - the ...
1
vote
2answers
406 views
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 ...
1
vote
5answers
538 views
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.
0
votes
0answers
54 views
How to uninstall SQL 2008R2 Reporting Services via the command line?
I am running SSRS 2008R2 x64 on a Windows Server Core 2008 R2 instance. I need to fully uninstall the SSRS instance leaving the DB's in tact. I know this is normally done through the Programs and ...
0
votes
2answers
126 views
MSI with server core features checking
I have created an MSI-package to install a WCF service and web application to Windows Server Core 2008 R2 SP1.
The installer-process needs to check if the required features to run the WCF and Web app ...