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

WEI HAN TAN 56 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?

Developer technologies ASP.NET Other
{count} votes

9 answers

Sort by: Most helpful
  1. 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


  2. Rijwan Ansari 766 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

  3. 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

  4. William Grey 0 Reputation points
    2024-12-15T09:35:59.9+00:00

    Here's a comment you can use:


    "I had the same issue recently while working on a project in Visual Studio. To create an ASP.NET Web Application (.NET Framework) with C#, ensure that you’ve selected the correct workload during the installation of Visual Studio. You need to include the ‘ASP.NET and web development’ workload. If it’s missing, you can modify your installation from the Visual Studio Installer.

    Also, when selecting the project type, make sure to choose 'Web' under C# templates. If it's still not visible, double-check your installed SDKs and frameworks to ensure compatibility.

    By the way, while figuring this out, I took a much-needed break and stumbled upon an interesting resource about Menu offerings at some amazing restaurants. It’s worth checking out if you enjoy exploring great dining options!"

    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.