MovieAngularJSApp
MovieAngularJSApp copied to clipboard
Error:A relational store has been configured without specifying either the DbConnection or connection string to use
Error:A relational store has been configured without specifying either the DbConnection or connection string to use Resolve : in MoviesAppContext.cs add protected override void OnConfiguring(DbContextOptions options) { options.UseSqlServer(" Server=(localdb)\mssqllocaldb;Database=MoviesDatabase;Trusted_Connection=True;MultipleActiveResultSets=true"); }