标签: iis asp.net
我考虑将ASP.Net 5用于新项目,但我需要知道托管和运行此应用程序的最低IIS版本是什么。
答案 0 :(得分:2)
根据ASP.Net 5 Home on Github,您至少需要Windows 7或Server 2008 R2和.NET 4.5.1才能在IIS中托管。
Windows 7和Server 2008 comes with IIS 7.5。
另请参阅.NET Framework System Requirements