how to add existing ms sql database to app_data folder of asp.net MVC project
- by balalakshmi
I have an existing database in ms sql server. I am trying to create an asp.net mvc project around this db
for this purpose I need to add the db to app_data folder of asp.net MVC project
How do I achieve this