0

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!

SQLMenace
  • 132,095
  • 25
  • 206
  • 225
PBG
  • 8,944
  • 7
  • 34
  • 48

1 Answers1

1

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

SQLMenace
  • 132,095
  • 25
  • 206
  • 225