I created a.net core application in Visual Studio 2022. When I see the properties, I see this:
I deployed the application on IIS and this is installed on the server:
when I do dotnet --info, I see this:
My networking person is telling me that older versions are already deprecated. When I created the application, I chose, .net 6.0(Long Term Support). below is the image:
When I navigated to my application on IIS, I saw this error:
I also tried checking the modules of my application in IIS and I see this:
Do I need to install older versions. Although, I selected, the latest version when developing the .net core application.
I really don't want to install all the older versions. The server that I am trying to deploy my code is windows server 2019 and IIS is 10.0.17763.1.
any help on this will be highly appreciated.