Reputation:
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:
But according to the tutorial, I should have these:
Because I'll need stuff like app_data
for the database.
Please advise.. not sure what to do
Upvotes: 1
Views: 93
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