I am working in Visual Studio 2012 professional and I made some classes and used the EF to generate the dataBase. The DB works fine but the App_Data is empty. I wanna know if i can make anything to the files show up. Or where can I find the DataBase in some place else? I really need to find the DataBase.
Share
Check your solution folder and you will see the generated database.
Check same post here : Entity Framework Code First Doesn’t Generate Database
Regards