Asp.net MVC adding new controller issue

im trying to make a mvc app and wanted to make a controller but it wants me to add a data context type i tried looking it up and it seems i need to use "ApplicationDbContext" from my Data folder but i dont have a data folder or ApplicationDbContext. I also tried to use the default context that it provided and that didnt work either.
Was this page helpful?