Below is the error i get when i try to connect to the SQL server:
Cannot connect to 108.164.201.162.
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: Named Pipes Provider, error: 40 - Could not open a connection to SQL Server) (Microsoft SQL Server, Error: 1326)
I am currently trying to configure the database to gridview in VS 2010.
Can someone help me debug this error? TIA