Server Core 2008是否支持asp.net?

时间:2020-03-05 18:54:09  来源:igfitidea点击:

Server Core 2008是否支持asp.net?我在网上看到引用,说它不受支持,但它们都是CTP的旧引用。

解决方案

回答

回答

不。

在这里回答:
http://www.microsoft.com/windowsserver2008/en/us/compare-core-installation.aspx

"任何版本的服务器核心安装选项均不提供ASP.NET"

回答

简短的答案,正如其他人所说的:不。

更长的答案:那里有IIS,那里有经典的ASP,并且其他服务器端语言(如PHP)也可以使用。缺少的是.NET Framework,并且正在将其添加到Server Core中。

Currenly the .NET Framework is not on Server Core, which means ASP.NET is currently not available.  This is something the .NET team wants to add and we're working on adding it as soon as possible.

回答

使用新的Server Core 2008 R2,我们可以在IIS中运行asp.net,但最多只能运行3.5版。不支持4.0,因为我们根本无法在Server Core 2008 R2上安装.Net 4.0。