I can't find ASP.NET Web Application (.NET Framework) with c#

WEI HAN TAN 36 Reputation points
2021-10-01T00:33:18.083+00:00

Hello
I want to use ASP.NET Web Application (.NET Framework), and I have downloaded Visual Studio Community 2019 v16.11.3, and i have clicked the ASP.NET and web devleopment before i download it

but I can't find the one i needed, I don't want the 'core' one,

does anyone know how to solve it?

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,254 questions
{count} votes

11 answers

Sort by: Most helpful
  1. Hritthik Bose 301 Reputation points
    2022-03-26T09:58:30.017+00:00

    Hey there! (I am using Visual Studio 2022 Community Edition)
    I was facing the same problem.
    the solution to this was modifying the packages in Visual Studio - and adding - ASP.NET Web Application (.NET Framework) package.

    Please follow the steps below:

    Go to File
    New project
    Scroll down, at last, you'll see - Not finding what are you looking for
    go to Install More tools and Features

    it will open Visual Studio Installer

    go to Modify
    Go to INdividual packages Tab
    Search For: " .NET Framework project and item templates " and mark the checkbox.
    Install the packages

    Installing .NET Framework project and item templates ask for 1.6GB of space requirement,
    which might be the reason for not being included by default in the first place during the Visual Studio 2022 installation.

    It should solve your problem
    Regards,
    Hritthik

    60 people found this answer helpful.

  2. Andres 61 Reputation points
    2021-12-21T03:25:36.743+00:00
    11 people found this answer helpful.

  3. Yijing Sun-MSFT 7,066 Reputation points
    2021-10-01T04:25:02.547+00:00

    Hi @WEI HAN TAN ,
    Did you select "ASPNET and web development" when you install the visual stuido? If you installed it, you only search "Web application". If you didn't install,you must to install the sdk.
    136833-capture6.png
    Best regards,
    Yijing Sun


    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.

    6 people found this answer helpful.

  4. Jorge Serrano 16 Reputation points
    2022-09-21T13:51:21.193+00:00

    For whatever is worth. I could not find ASP.NET Web Application (.NET Framework), when I tried to update to add .NET Framework project and item templates using the Individual components tab of Visual Studio installer I could not find it anywhere.

    I then uninstalled ASP.NET and web development and reinstalled it. During the reinstall process I could see .NET Framework project and item templates so I selected and it all seems to work just fine.

    I am using Visual Studio 2022

    I hope this helps you!

    3 people found this answer helpful.

  5. Andres 61 Reputation points
    2021-12-21T03:26:57.56+00:00

    159181-image.png

    1 person found this answer helpful.