How to find the .net version of app service, if we are using a old framework

Zavier Chan 0 Reputation points
2024-05-30T08:30:35.7533333+00:00

Hi,

Our app service is using an old version of .Net framework, which is no longer support.

I wish to check the exact version we are using (it is either 2.1 or 3.1), but we end up seeing this in the Configuration section

capture

How can I find the framework we have set for our web service?
Also, I know that .net framework 2.1 and 3.1 has stopped support. May I know the date that Microsoft would completely remove the framework stack and we can no longer run any app service base on .net framework 2.1 and 3.1?

Developer technologies ASP.NET ASP.NET Core
Azure App Service
Azure App Service
Azure App Service is a service used to create and deploy scalable, mission-critical web apps.
8,933 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Zavier Chan 0 Reputation points
    2024-05-30T13:26:36.49+00:00

    Thanks for your answer.

    We are fixing the code to migrate to latest .net version. But it takes time to correct a number of place.

    Is there anyway I can check out the .net version I pick when I do the setup here?
    capture

    Regards,

    Zavier


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.