0

I just re-installed Visual Studio Community 2015. I'm following a MS Tutorial, first step is creating a Project by choosing templat: 'New Project > Installed > Templates > Visual C# > Web'. I should then be able to select the 'ASP.NET Web Application', but it's not there to choose. And changing to different frameworks does not help. I've re-installed choosing 'Web Development', but that does not help. All I see are the 'ASP.NET Dynamic Data Entities Web Application' and 'ASP.NET Facebook Application' choices. I'm thinking somethings not installed correctly, or I'm missing an install package? -Thanks

1 Answers1

0

Try running just the ASP .NET setup from the following URL:

You'll find installers for both the full ASP.NET or the all-new ASP .NET Core (aka ASP .NET 5)

If that doesn't work, download the entire VS2015 Community Edition ISO file and then mount it as a virtual drive to run the complete setup locally. If you're not sure how to get the ISO file, start here:

Scroll down and expand Visual Studio 2015 on the left menu, then click Community 2015 on the left. On the right, select ISO then click the Download button.

See screenshot below, with red-circled areas: VS2015 ISO download

Hope that helps!

Shahed C - MSFT
  • 2,831
  • 23
  • 26