Question

I created an ASP.Net MVC 2 project, but I want it to use a SQL Server 2005 database instead of the express version. Is there a way to force VS 2010 to create the database in SQL 2005, or at least migrate the schema to the new database?

Thanks!

Was it helpful?

Solution

See if this will help you out: Setting up SQL Server with ASP.NET MVC

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top