在我的Windows Server 2012中,我安装了.NET Framework 4.5.2,但是当我尝试更改一个应用程序池的.NET Framework时,它没有在IIS中列出。
答案 0 :(得分:4)
应用程序池应设置为.net 4.0,其中包括所有更新,如4.5.1和4.5.2
所有其他设置均通过配置,例如:
<system.web>
<compilation debug="true" targetFramework="4.5.1" />
<httpRuntime targetFramework="4.5.1" />
</system.web>
答案 1 :(得分:0)
安装Microsoft .NET Framework 4.5.2开发人员包https://www.microsoft.com/en-us/download/details.aspx?id=42637