Posted on: 10/9/2014 7:03:30 PM | Views : 430

My website works in Visual Studio 2010 but when I upload it and manually created the database identical to the original using but when I run it I get:
The model backing the 'BrownContext' context has changed since the database was created. Either manually delete/update the database, or call Database.SetInitializer with an IDatabaseInitializer instance. For example, the DropCreateDatabaseIfModelChanges strategy will automatically delete and recreate the database, and optionally seed it with new data.
I have changed the context to the following but it still does not work:
public Go to the complete details ...