Windows Server 2019 and .NET Framework 4.6.2 support

Ryo Saeba 20 Reputation points
2023-08-21T19:21:04.9966667+00:00

I have an ASP.NET Web Forms website built with .NET Framework 4.6.2.

Currently the website is published on IIS in a Windows Server 2012.

We have upgraded the server to Windows Server 2019 and the website is working without changing the framework version. But I know that .NET Framework version 4.6.2 cannot be installed on Windows Server 2019, so currently .NET 4.7 version is installed on the server. Please can you tell me if there is any contraindication to running an ASP.NET Web Site compiled with .NET Framework version 4.6.2 on Windows Server 2019?

https://learn.microsoft.com/en-us/dotnet/framework/migration-guide/versions-and-dependencies#net-framework-462

Windows Server 2019
Windows Server 2019
A Microsoft server operating system that supports enterprise-level management updated to data storage.
3,505 questions
Internet Information Services
.NET
.NET
Microsoft Technologies based on the .NET software framework.
3,458 questions
ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
0 comments No comments
{count} votes

Accepted answer
  1. Lex Li (Microsoft) 4,742 Reputation points Microsoft Employee
    2023-08-21T20:42:22.3533333+00:00

    Depending on the actual .NET Framework version your Windows Server 2019 server has, you can find releases notes from Microsoft on what are the documented changes that might affect application compatibility,

    https://github.com/microsoft/dotnet/blob/main/releases/net47/dotnet47-changes.md

    Since each application can consume a unique API surface, it is impossible to tell which items might affect yours.

    The general recommendation is to develop a suite of regression test cases, so that once the migration to Windows Server 2019 finishes, your team can run it and identify the issues swiftly.

    1 person found this answer helpful.
    0 comments No comments

0 additional answers

Sort by: Most helpful