在 IIS 8.0 中配置 .NET Framework 4.5.2 [英] Configuring .NET Framework 4.5.2 in IIS 8.0

查看:89
本文介绍了在 IIS 8.0 中配置 .NET Framework 4.5.2的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

在我的 Windows Server 2012 中,我已经安装了 .NET Framework 4.5.2,但是当我尝试更改一个应用程序池的 .NET Framework 时它没有在 IIS 中列出.

In my Windows Server 2012, I have installed .NET Framework 4.5.2, but it is not listing in IIS when I tried to change one application pool's .NET Framework.

推荐答案

应用程序池应设置为 .net 4.0,包括 4.5.1 和 4.5.2 等所有更新

The application pool should be set to .net 4.0, that includes all updates like 4.5.1 and 4.5.2

所有其他设置都是通过配置,例如:

All other settings are through config, for example:

  <system.web>
      <compilation debug="true" targetFramework="4.5.1" />
      <httpRuntime targetFramework="4.5.1" />
  </system.web>

这篇关于在 IIS 8.0 中配置 .NET Framework 4.5.2的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆