1

I install visual studio 2015 with update 3 and after that I install NET Core for Visual Studio Official MSI Installer , now when I want create new Project I dont have ASP.NET Core Web Application in .NetCore tab. enter image description here

what's problem ?

Ralf Bönning
  • 14,515
  • 5
  • 49
  • 67
osman Rahimi
  • 1,427
  • 1
  • 11
  • 26

1 Answers1

1

You have to install the Microsoft ASP.NET and Web Tools from https://visualstudiogallery.msdn.microsoft.com/c94a02e9-f2e9-4bad-a952-a63a967e3935

Then you find your template in Template/Visual C#/Web.

enter image description here

Ralf Bönning
  • 14,515
  • 5
  • 49
  • 67