I found this version of ASP .NET in the header Server as a response from a web server. How can I verify if this version has still an active support or it is ended? On the microsoft website I can't find official info on this specific version.
Asked
Active
Viewed 1,591 times
1 Answers
0
I did a quick google and I quickly found this
https://support.microsoft.com/en-us/lifecycle/search?alpha=.net%20framework
Support for .NET Framework 2.0 ended on July 12, 2011.
Which is for all versions of it.
You should try to move up to 3.5 SP1 at minimum.

Salik Rafiq
- 174
- 1
- 7
-
I've already read it but I was not sure .NET support end date is the same of ASP. NET support end date. – Maicake Aug 24 '20 at 15:42
-
Why would you think that? – Salik Rafiq Aug 24 '20 at 18:28