微信公众号搜"智元新知"关注
微信扫一扫可直接关注哦!

ASP.NET 4的IIS和服务器操作系统要求

这仅引用客户的要求:
http://msdn.microsoft.com/en-us/library/8z6watww%28v=VS.100%29.aspx

我正在寻找类似的文档参考不仅适用于.NET 4,而且还需要ASP.NET 4以及IIS版本,OS SP等.我想看看是否有任何陷阱要求IT在我们的服务器上安装ASP.NET 4和MVC 3.不想在我的脸上有鸡蛋:)

解决方法

根据.NET 4.0安装程序下载的文档( http://www.microsoft.com/download/en/details.aspx?id=17851)

Additional Requirements for Server
Installation

If you have to perform a server
installation,your computer must have
the following software in addition to
the basic requirements:

•Internet information Services (IIS)
version 6.0 or later. To access the
features of ASP.NET,IIS with the
latest security updates must be
installed before the .NET Framework is
installed. ASP.NET is supported only
on Windows XP Professional,Windows
Server 2003,Windows Server 2008,and
Windows Server 2008 R2.

因此它将在IIS 6.0或更高版本中运行.如果您想知道哪些操作系统支持asp.net 4.0,那将是支持IIS 6.0或更高版本的任何操作系统.这与我对你的问题的评论一致.

也就是说,最值得注意的是,您必须将任何.NET 4.0 IIS应用程序配置为使用与2.0,3.0或3.5不同的应用程序池.这里有更多信息:http://johan.driessen.se/posts/getting-an-asp.net-4-application-to-work-on-iis6

原文地址:https://www.jb51.cc/aspnet/245614.html

版权声明:本文内容由互联网用户自发贡献,该文观点与技术仅代表作者本人。本站仅提供信息存储空间服务,不拥有所有权,不承担相关法律责任。如发现本站有涉嫌侵权/违法违规的内容, 请发送邮件至 dio@foxmail.com 举报,一经查实,本站将立刻删除。

相关推荐