I get the following error after running update-database
command in Package Manager Console
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.
I was following Complete ASP.NET MVC 5 Course by Mosh-Hamedani and I was doing Code-First Migration.
How to debug this error? Is this the issue of using different versions of VS? What steps should I take in order to determine what is really going on here, in addition to the one mentioned in the error message?