We support all versions of .NET Core in framework-dependent (FDD) mode on the IIS 10.x / 8.x web servers.
If you have been running your Core projects in self-contained mode (SCD), changing to FDD should provide some level of performance increase as well as a decrease in isolated application pool memory use for most applications. The benefits will vary depending on the specifics of your application, of course.
.NET Core versions currently installed:
1.0.0, 1.0.1, 1.0.4, 1.0.5
1.1.0, 1.1.1, 1.1.2
2.0.0, 2.0.3, 2.0.5, 2.0.6
2.1.0, 2.1.1, 2.1.2, 2.1.3
2.2.0, 2.2.2, 2.2.3, 2.2.5
3.0.0
3.1.0, 3.1.1, 3.1.2, 3.1.3, 3.1.4, 3.1.5, 3.1.6
5.0.0, 5.0.4
6.0.0, 6.0.7, 6.0.9
7.0.0
8.0.0
Article ID: 1986, Created: September 26, 2018 at 11:16 PM, Modified: November 14, 2023 at 10:01 PM