I am using entity framework and creating a database in SQL server.
I set the connection string but still getting the same error every time. I am not sure where I need to set up the connection string.
I already run the below command.
SET EF_CONNECTIONSTRING="Server=localhost;Database=ElsaDb;Trusted_Connection=True;"
Update-database -verbose -context SqlServerContext

I am using entity framework and creating a database in SQL server.
I set the connection string but still getting the same error every time. I am not sure where I need to set up the connection string.
I already run the below command.
SET EF_CONNECTIONSTRING="Server=localhost;Database=ElsaDb;Trusted_Connection=True;"
Update-database -verbose -context SqlServerContext