When I try to connect to my database from a site. I am getting this below error:
Named Pipes Provider, error: 40 - Could not open a connection to SQL Server
I even also tried connecting using the local IP address as well as a public one.
I had also checked below things:
- Yes, the site can be able to communicate with the server
- Named pipes/TCP is enabled.
- Remote connections are allowed as well.
- Windows Firewall is in off condition.
- I did create an exception for port 1433 in the Windows Firewall.
- Enabled everything in the SQL Server Configuration Manager.
What else do I have to do here?