简体   繁体   English

Web API IIS要求

[英]Web API IIS Requirements

Does the ASP.NET Web API require any particular version of IIS to run? ASP.NET Web API是否需要运行任何特定版本的IIS? I'm interested in knowing for each version of Web API, eg if Web API 2.0 requires IIS7.5 and Web API 2.1 requires IIS8 for instance. 我有兴趣知道每个版本的Web API,例如,如果Web API 2.0需要IIS7.5,Web API 2.1需要IIS8。 I can't seem to find this information anywhere. 我似乎无法在任何地方找到这些信息。

ASP.NET Web API is part of ASP.NET stack, and therefore is supported on all IIS releases if the targeting .NET Framework is supported also on that Windows version. ASP.NET Web API是ASP.NET堆栈的一部分,因此如果该Windows版本也支持目标.NET Framework,则所有IIS版本都支持ASP.NET Web API。

  • First release of ASP.NET Web API (version 4.0.20710) and its patched version (4.0.30506) requires .NET 4, which covers all Windows versions starting from Windows XP. ASP.NET Web API的第一个版本(版本4.0.20710)及其修补版本(4.0.30506)需要.NET 4,它涵盖了从Windows XP开始的所有Windows版本。 That means IIS 5.1 and above should support this release of Web API. 这意味着IIS 5.1及更高版本应支持此版本的Web API。
  • Second release, called ASP.NET Web API 2 (version 5.0.0), and above (aka 2.1 and 2.2) requires .NET 4.5, which covers all Windows versions starting from Windows Vista. 第二个版本称为ASP.NET Web API 2(版本5.0.0)及更高版本(又称2.1和2.2),需要.NET 4.5,它涵盖了从Windows Vista开始的所有Windows版本。 That means IIS 7.0 and above should support ASP.NET Web API 2.*. 这意味着IIS 7.0及更高版本应该支持ASP.NET Web API 2. *。

References: 参考文献:

The NuGet Packages: https://www.nuget.org/packages/Microsoft.AspNet.WebApi NuGet包: https//www.nuget.org/packages/Microsoft.AspNet.WebApi

.NET Framework 4 Download (check System Requirements): http://www.microsoft.com/en-us/download/details.aspx?id=22833 .NET Framework 4下载(检查系统要求): http//www.microsoft.com/en-us/download/details.aspx?id = 22833

.NET Framework 4.5 Download (check System Requirements): http://www.microsoft.com/en-us/download/details.aspx?id=30653 .NET Framework 4.5下载(检查系统要求): http//www.microsoft.com/en-us/download/details.aspx?id = 30653

IIS Windows Matrix: http://support.microsoft.com/kb/224609 IIS Windows Matrix: http//support.microsoft.com/kb/224609

声明:本站的技术帖子网页,遵循CC BY-SA 4.0协议,如果您需要转载,请注明本站网址或者原文地址。任何问题请咨询:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM