I'm trying to access a SQL Server installed in remote server (within the same LAN)
below the code in appsettings.json file
"server=ip\name;database=..;User Id=.." with filling the IP and database name, I'm getting the below error :
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: SNI_PN11, error: 26 - Error Locating Server/Instance Specified)
any idea ?