I am using asp net core 2.1 and EF 6, using DB First. My connectionString in App.Config:
I have this error: An unhandled exception occurred while processing the request. InvalidOperationException: No connection string named 'DataContext' could be found in the application config file. System.Data.Entity.Internal.LazyInternalConnection.get_ConnectionHasModel()
Any help will be appreciate.