I have a PC with SQL Server installed.
I have created a VB.NET application to connect to SQL Server.
When I connect the SQL Server from development machine I can access the remote SQL Server database easily without any problem.
But from the client machine when I try to connect the same SQL Server I get an 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: SQL Network Interfaces, error: 26 - Error Locating Server/Instance specified)
- Firewall is disabled
- TCP/IP is enabled
- Port 1433 is defined in the same way as on the development PC
I have tried with Ip: port and IP only to access the remote SQL Server database server.