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
.
what's problem ?
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
.
what's problem ?
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
.