7

I am trying to develop a ASP.NET Core application. I tried following the blog to understand how references works between .net core and .net framework, but I fail to find the ASP.NET Core Web Application (.NET Framework) in the template dialog as shown below

enter image description here

I have tried to cross check related questions but they too have ASP.NET Core Web Application (.NET Framework) in screenshot attached in their question.

3
  • Try download and run VS installer and check if the necessary packages for .net core development are checked. Commented Feb 23, 2018 at 5:03
  • Every component is checked. Commented Feb 23, 2018 at 5:18
  • Future readers : For ASP.NET web project templates targeting .NET full framework for cloud/azure - I would encourage you to develope it using .NET Core instead. Microsoft strongly recommends using .NET Core for all your cloud needs. The support for .NET Framework is dimishing with every passing day. Please read - Choosing between .NET Framework and .NET Core(aka .NET) Commented Sep 20, 2021 at 9:01

2 Answers 2

8

Click on .Net Core on left side menu. Then you will see all the .net core templates. Select the ASP.NET Core Web Application and click Ok.

enter image description here

After this you will see project template selection dialog. Here you can chose either .Net Core or .Net Framework for project template.

enter image description here

Sign up to request clarification or add additional context in comments.

10 Comments

Great. Just curious to know more on these drop downs. How does these affect my applications?
If you chose .Net Core you application will be .net core app or if you chose .Net Framework then it will be .net core app with full framework.
so i feel its always better to choose .net core with full .net framework which can be deployed on linux or Mac!
Whoever at Microsoft put this option there did a great job of hiding it.
I have that dropdown disabled, how do I get it enabled?
|
8

After updating to 15.7.4 asp.net core web application template is missing in the project type selection dialog

Cannot see the asp.net core web application template in project type selection screen

Visual studio install shows that related package is installed

2 Comments

For anyone searching, you can bring up the installer easily by going "Tools > Get Tools and features." in VS.
Alternatively (based on VS 2019) you can launch the installer as a standalone app directly from the Windows start menu. Just hit the Windows key and then type "Visual" and you'll get the VS Installer. Then click "Modify". That'll bring up the second screen in the above.

Your Answer

By clicking “Post Your Answer”, you agree to our terms of service and acknowledge you have read our privacy policy.

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.