UPdate to .net 4.8

Dukat-2021 6 Reputation points
2021-04-15T14:07:32.777+00:00

Hi - I have a project to upgrade the .net version to .net 4.8 . While all seems straight forward for the installation I wanted see if there is something I need to be cautious about. For the web servers, do I need to point the app pool or any other component to the new .net version or it happens automatically. Anything to be cautious about the Active Directory Servers? Thank You

Internet Information Services
.NET Runtime
.NET Runtime
.NET: Microsoft Technologies based on the .NET software framework.Runtime: An environment required to run apps that aren't compiled to machine language.
1,136 questions
0 comments No comments
{count} votes

1 answer

Sort by: Most helpful
  1. Sam Wu-MSFT 7,211 Reputation points Microsoft Vendor
    2021-04-16T07:53:17.86+00:00

    Hi @Dukat-2021

    What is your version of .NET framework on the server? If it is v4.0, then you don’t need to change it. If it is v2.0, then you can refer to below steps to update .NET framework IIS.

    1. Open IIS manager.
    2. Click the “Application Pools” node.
    3. Find the corresponding application pool that your web site/virtual directory use. By default there is a "DefaultAppPool" application pool.
    4. Right click the application pool, and then select "Advanced Settings".
    5. Now we can change the ". NET Framework Version".

    If the answer is helpful, please click "Accept Answer" and upvote it.

    Note: Please follow the steps in our documentation to enable e-mail notifications if you want to receive the related email notification for this thread.