I want to run several ASP.NET MVC projects using Entity Framework on a single SQL Server database. Is this possible? For example, using different schemas for different projects?
Or will the different projects overwrite the database?
I made a sample solution with two projects, connecting to the same database, that (predictably) showed the error message "the model has changed". The second EF project will of course assume that I made changes in the database and suggest a migration.
I can't figure out a good search phrase - I keep getting search hits unrelated to what I'm trying to do. So I'm pretty much out of ideas.
Edit: error in title, meant to write single SQL Server database