Create new asp.net core web application pannel doesnt show up.

Andreas Jabbari 11 Reputation points
2021-12-14T11:29:41.627+00:00

Im tring to code following this youtube video from freecodecamp and the template page doesnt show up. So when I create a new project and choose Asp.Net core web app and so on, the "Create new asp.net core web application pannel" doesnt show up, which is annoying cause I cant continue cause the tutiral has auto generated files and stuff.

I have ASP.NET and web development as well as .NET desktop development installed.

For context, im using the latest version of visual studio 2022.
Below is an image of the window I cant get to show up, wheras for other people it does.

157484-image.png

Developer technologies | ASP.NET | ASP.NET Core
0 comments No comments
{count} votes

2 answers

Sort by: Most helpful
  1. AgaveJoe 30,491 Reputation points
    2021-12-14T12:05:46.8+00:00

    I recommend the official tutorials on this site.

    Tutorial: Get started with Razor Pages in ASP.NET Core

    If you do not see the "ASP.NET Core Web App" then you probably did not install the ASP.NET Web Development Workload.

    np.png

    Open the Visual Studio Installer. Click the "Modify" button and install ASP.NET Core Web App.

    157450-capture.png

    Or use the CLI command.

    dotnet new webapp -o aspnetcoreapp  
    

    Tutorial: Get started with ASP.NET Core

    1 person found this answer helpful.

  2. Camilo Restrepo Rodriguez 1 Reputation point
    2022-06-14T23:06:09.867+00:00

    Hi, I might be a bit late but u just need to click on authentication type and the authentication options from the tutorial pop up
    As seen in the following screenshot (sorry I use the spanish version)

    211468-image.png

    0 comments No comments

Your answer

Answers can be marked as 'Accepted' by the question author and 'Recommended' by moderators, which helps users know the answer solved the author's problem.