I am just try to creating Database using entity Framework5.0 code first Approach In Mvc web Application when i execute code it execute fine but not creating database.if i send input values from views then Database is created??? I Want to know whats the mechanism behind this entity frame work code Approach Can any one Help to find out the mechanism of entity frame work.
Tell me more
×
Stack Overflow is a question and answer site for
professional and enthusiast programmers. It's 100% free, no registration required.
|
I guess you are using the wrong database creation strategy |
|||||||
|
How do know it didn't create the database? If everything works fine, I mean no errors, the database should be created already. My guess is you didn't specify the connection string which caused the database created in SQL Express. |
|||||||||||
|