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

相关文章

### 创建一个gRPC服务项目(grpc服务端)和一个 webapi项目(...
一、SiganlR 使用的协议类型 1.websocket即时通讯协议 2.Ser...
.Net 6 WebApi 项目 在Linux系统上 打包成Docker镜像,发布为...
一、 PD简介PowerDesigner 是一个集所有现代建模技术于一身的...
一、存储过程 存储过程就像数据库中运行的方法(函数) 优点:...
一、Ueditor的下载 1、百度编辑器下载地址:http://ueditor....