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

WEI HAN TAN 41 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,547 questions
{count} votes

12 answers

Sort by: Most helpful
  1. KathyW 1 Reputation point
    2021-10-01T03:20:19.853+00:00

    When you Create New Project, use the search box and type "web application". Among the ones listed, find ASP.NET Web Application (.Net Framework), and pick the one with C# listed at the bottom.

    Once you've used a project template, it appears in your "Recent project templates" list on the side of the Create a new project box, and you won't have to search for it again.

    When you step through creating your project with that template, it will ask you to select Empty, Web Forms, MVC, Web API, or Single Page Application. Pick your preferred flavor.

    0 comments No comments

  2. UmmuhanX 1 Reputation point
    2021-12-11T15:17:42.893+00:00

    Open 'visual studio installer' from start menu.
    156825-screenshot-2.png

    Click on 'modify' :
    156800-screenshot-1.png

    Select 'ASP.net and web development':
    156881-screenshot-3.png


  3. Luis Augusto Ospina Bocanegra 11 Reputation points
    2021-12-13T18:35:08.68+00:00

    Thank you very much, it was a great help.

    0 comments No comments

  4. Rijwan Ansari 751 Reputation points MVP
    2022-02-06T16:08:16.427+00:00

    Hi @WEI HAN TAN

    You can add ASP.NET and web Development workload and .NET framework components as shown:

    image-18.png

    However, we can install individual components, as illustrated below. In my case, I have selected 4.x .Net frameworks and .Net core 3.1, .NET 5, and .NET 6 likewise we can select previous versions based on our need.

    image-19.png

    Check this link for more detail
    https://rijsat.com/2021/11/18/step-by-step-installation-visual-studio-2022/

    0 comments No comments

  5. davidjohnson 5 Reputation points
    2023-05-16T13:36:47.5333333+00:00

    Starting from Visual Studio 2019, Microsoft has made changes to the project templates, and the "ASP.NET Web Application (.NET Framework)" template is no longer available by default. However, you can still create a similar project using the following steps:

    1. Open Visual Studio.
    2. Click on "Create a new project" or go to "File" -> "New" -> "Project".
    3. In the "Create a new project" dialog, search for "ASP.NET Web Application" in the search box.
    4. Select the "ASP.NET Web Application" template.
    5. In the next dialog, choose the version of .NET you want to target (e.g., .NET Framework 4.x).
    6. Select the desired project template, such as "Empty", "Web Forms", or "MVC".
    7. Choose the project settings and click "Create" to create the project.

    Note that while the specific "ASP.NET Web Application (.NET Framework)" template may not be available, you can still create web applications targeting the .NET Framework using the provided templates like "Empty", "Web Forms", or "MVC". These templates provide a starting point for building your web application with C# in the .NET Framework.
    Regards :

    CEO

    Mobilesinbd

    0 comments No comments

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.