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 made this question before but i wasnt very clear of what was the problem so i am making the question again.
anderson7777
Member
141 Points
280 Posts
App_Data is empty
Jan 28, 2013 02:15 AM|LINK
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 made this question before but i wasnt very clear of what was the problem so i am making the question again.
thx in advance
thaicarrot
Contributor
5431 Points
1507 Posts
Re: App_Data is empty
Jan 28, 2013 04:21 AM|LINK
Just ceate a simple project then generate db from database then take a look at the connectionstring.
Just modify your connectionstring.
Weera
tdykstra
Contributor
4523 Points
630 Posts
Microsoft
Moderator
Re: App_Data is empty
Jan 28, 2013 05:50 PM|LINK
Make sure Show all Files is enabled in Solution Explorer.
Also, if you have SQL Server Express installed on the box, the databases might have been created in the local SQLEXPRESS instance.
anderson7777
Member
141 Points
280 Posts
Re: App_Data is empty
Jan 28, 2013 05:52 PM|LINK
thx a lot i have solved the problemm...
and dude i am very greatfull for your asp.net mvc tutorials ...
they are very good