I'm working on a small tutorial app using ASP.NET and MVC 5. I was finding that the database wasn't updating when I changed my seed data. Also, I put a breakpoint in the initializer class, and never hit it. I figured, well if I delete the database, then it will just get made fresh like it did when I first created it. Wrong. It broke the project. Same thing happened to this person.
What do I do now? Surely there is a way to get VS to create a new database.