How do I add my SQL 2005 DB to my VS MVC 2 project?

Posted by Jason on Stack Overflow See other posts from Stack Overflow or by Jason
Published on 2010-06-06T14:07:52Z Indexed on 2010/06/06 14:12 UTC
Read the original article Hit count: 183

Filed under:
|

I want to use the built-in membership functionality that comes with the SQL Express database that is created when the project is built but I want to use it in my SQL Server database without having to re-create the wheel so to speak.

© Stack Overflow or respective owner

Related posts about sql-server

Related posts about asp.net-mvc