Delete database. Entity Framework
        Posted  
        
            by 
                Idotz
            
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by Idotz
        
        
        
        Published on 2012-09-22T17:11:36Z
        Indexed on 
            2012/09/22
            21:38 UTC
        
        
        Read the original article
        Hit count: 233
        
entity-framework
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
© Stack Overflow or respective owner