I set up a MVC 4 project and created a sqlproj to store all my database objects. I can publish it to sql express and then to Azure just fine. I know there is a .mdf file for an actual database that gets placed into the app_data folder in my solution, but is this needed? At this point in my project or if I'm thinking long term, what are the advantages/benefits of creating a .mdf and using it? Should I use both in my solution?
Asked
Active
Viewed 169 times
0
-
Are you storing data in both? – mxmissile May 15 '14 at 19:44
-
right now I don't have any .mdf. – chuckd May 15 '14 at 21:57