user8195210
user8195210

Reputation:

Missing some components when creating new C# Web Application?

I was watching this tutorial and I am using VS Community 2017. When I create/select ASP.NET Web Application it generates these files and folders:

Image 1

But according to the tutorial, I should have these:

img2

Because I'll need stuff like app_data for the database.

Please advise.. not sure what to do

Upvotes: 1

Views: 93

Answers (1)

svoychik
svoychik

Reputation: 1327

This tutorial is about ASP.NET MVC 5 (.net framework) whether you have created Asp.Net core project.

If you want to learn ASP.NET MVC 5 (.net framework) and follow this tutorial open File -> New Project -> Visual C# -> ASP.NET Web Application (.net framework) and choose MVC Project

Upvotes: 5

Related Questions