I get the following error when trying to connect to SQL Server:
Cannot connect to 108.163.224.173.
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 …
A C# desktop application on the express edition worked, but then it didn't work 5 seconds later.
I tried the following:
Ensure debug configuration, debug flag, and full debug information are set on all assemblies.
Delete all bin and obj folders …