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 development | Internet Information Services
Windows for business | Windows Server | User experience | Other
Developer technologies | .NET | Other
Developer technologies | ASP.NET | Other
0 comments No comments
{count} votes

Accepted answer
  1. Lex Li 6,037 Reputation points
    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

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.