Я не знаю, как подключиться к моему SQL серверу (локальному) из приложения на ASP. NET MVC.
A network-related or instance-specific error occurred while establishing a connection to SQL Server. The server was not found or was not accessible. Verify that the instance name is correct and that SQL Server is configured to allow remote connections. (provider: SQL Network Interfaces, error: 26 - Error Locating Server/Instance Specified)
Подключение к SQL SERVER (DbSetttings. json)
{
"ConnectionStrings": {
"DefaultConnection": "Server=СМОЛЬКИНСЕРГЕЙ\\SERVER;Database=Shop;Trusted_Connection=True;MultipleActiveResultSets=true"
}
}
Создание создания с помощью ef-миграций
EntityFrameworkCore\Add-Migration initial
EntityFrameworkCore\Update-DataBase
введите описание изображения здесь
Я новичок и не могу понять, в чем ошибка