Delete database. Entity Framework
- by Idotz
I have a very annoying issue and I would love a solution.
The problem:
I followed the MDSN tutorial-
http://www.asp.net/mvc/tutorials/mvc-4/getting-started-with-aspnet-mvc4/adding-a-model
Then I tried this guide according to my needs and I set up a database GAMES.MDF.
Then, I deleted the database and set it up again, is supposedly work (I can write and read data), but There is no such database in the APP_DATA folder. Like it keeps it somewhere in my PC and reuse it.
I even tried a new project and it did not work, works but not in the library, and it even uses the data I created before. I even deleted the DB from SQL Server Management Studio 2008.
Does anyone know what the hell? How do I delete it permanently, not to remain any trace of him?
Thank you.
Ido