简体   繁体   English

ASP.NET 4.5 是否需要 .NET 4.5(或者 4.0 是否足够?)

[英]Does ASP.NET 4.5 require .NET 4.5 (or is 4.0 sufficient?)

There there is various information around, for example from Microsoft about the new features of ASP.NET 4.5.周围有各种信息,例如来自 Microsoft 的有关 ASP.NET 4.5 新功能的信息。

http://www.asp.net/aspnet/overview/aspnet-and-visual-studio-2012/whats-new http://www.asp.net/aspnet/overview/aspnet-and-visual-studio-2012/whats-new

However, they do not talk about .NET versions, only of ASP.NET Versions.但是,他们不讨论 .NET 版本,只讨论 ASP.NET 版本。

Is .NET 4.5 required (on the server) for ASP.NET 4.5? ASP.NET 4.5 是否需要 .NET 4.5(在服务器上)? (or is 4.0 sufficient?) (还是 4.0 就足够了?)

Yes, you must install .NET 4.5 on the server if you want to run ASP.NET 4.5 applications.是的,如果您想运行 ASP.NET 4.5 应用程序,您必须在服务器上安装 .NET 4.5。 ASP.NET and .NET come bundled - you cannot have one without the other. ASP.NET 和 .NET 是捆绑在一起的——你不能没有另一个。

Some of features needs it.But you dont have to install if you are an end user某些功能需要它。但如果您是最终用户,则不必安装

detailed information :http://msdn.microsoft.com/en-us/library/ms171868(v=vs.110).aspx详细信息:http ://msdn.microsoft.com/en-us/library/ms171868(v=vs.110).aspx

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

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