ASP.NET supported on Server Core - Windows Server 2008 R2
In case you haven’t already heard the news, ASP.NET will now be enabled on Windows Server Core starting with Windows Server 2008 R2.
If you're not familiar with Server Core, it is a low footprint Server installation option that lays down just the minimal footprint to boot up the server, it doesn't even install the Shell! This has several key benefits. First, it means server core uses less disk and memory footprint. In our testing, we see a little over 1GB disk footprint and the server runs well starting with just 512MB ram! Of course, fewer features also means a lower attack surface and less frequent patching, as well as fewer things to manage.
When I announced IIS7 on Server Core supported last year, it came with a big caveat: no ASP.NET support, since the .NET framework itself was not available on Server Core. Fortunately the .NET framework and Windows teams have done the work needed to make that possible. Look for a beta coming soon…