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

查看:827
本文介绍了在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

所有其他设置都是通过config进行的,例如:

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天全站免登陆