Where is "Application Development Features" on Windows Server?

Michael Levin 21 Reputation points
2021-03-26T19:57:37.903+00:00

I've got a fresh Windows Server system on which I installed .NET. I have an application whose manual advises me to turn on these Features such as ".NET Extensibility 3.5" etc. but I don't see "Application Development Features" anywhere on my list of Features. Here is what I need:
81966-screen-shot-2021-03-26-at-32735-pm.jpg

and here's what I see:
81930-screen-shot-2021-03-26-at-35143-pm.jpg

am I looking in the wrong place? I'm told to go to "Internet Information Services > World Wide Web Services > Application Development Features and enable the ASP.NET features" but I can't find it!

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,312 questions
.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,131 questions
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. Jerry Cai-MSFT 986 Reputation points
    2021-03-29T02:33:34.26+00:00

    Hi,MichaeIlevin

    I'm told to go to "Internet Information Services > World Wide Web Services > Application Development Features and enable the ASP.NET features" but I can't find it!

    You can't find the folder or you can't find the .net .NET Extensibility 3.5? If the latter, make sure you have installed the .net framework 3.5:

    download .net framework 3.5

    If your questions is you don't know where it lies:

    Open your Control Panel, choose
    ->Programs and Features
    ->Turn Windows features on or off
    ->Internet Information Services
    ->World Wide Web Services
    ->Application Development Features
    ->.NET Extensibility 3.5

    Hope can help you.

    Best Regards,
    Jerry Cai


    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.

    0 comments No comments

  2. Michael Levin 21 Reputation points
    2021-03-29T16:19:39.727+00:00

    Thanks Jerry!!

    I can't find the settings that are shown on the thing I'm trying to check to "on":
    https://www.dropbox.com/s/q4homygng5dpwxz/Screen%20Shot%202021-03-26%20at%203.27.35%20PM.jpg?dl=0

    those are the items the manual for the application wants me to check, but I don't see them anywhere.

    I tried to follow your instructions, but for example I don't have "Programs and Features" - the closest I see is "Programs":
    https://www.dropbox.com/s/1k710khmq73yjbh/Screen%20Shot%202021-03-29%20at%2012.13.00%20PM.jpg?dl=0

    Then I downloaded and tried to run the installer on the link you provided, but I see this:
    https://www.dropbox.com/s/f376opdbsy5m500/Screen%20Shot%202021-03-29%20at%2012.16.39%20PM.jpg?dl=0

    what am I doing wrong?