How to add existing SQL Server database to app_data folder of asp.net MVC project
Posted
by balalakshmi
on Stack Overflow
See other posts from Stack Overflow
or by balalakshmi
Published on 2010-03-22T12:19:28Z
Indexed on
2010/03/22
13:41 UTC
Read the original article
Hit count: 666
asp.net-mvc
|visual-studio-2008
I have an existing database in 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?
Note:
The SQL Server is in another system and I do not have rights to install SQL Server Express on my machine as well :(
© Stack Overflow or respective owner