The model backing the 'ApplicationDbContext' context has changed since the database was created. Consider using Code First Migrations to update the database (http://go.microsoft.com/fwlink/?LinkId=238269). hatası alırsanız.
global.asax dosyasında
protected void Application_Start()
{
. . . . . . . . . . . . .
}
fonksiyonunda
Database.SetInitializer<ApplicationDbContext>(null); satırını eklerseniz hata düzelir.