I have deployed one vb.net desktop application and sql server is used for backend. It is properly working on local machine but when accessing database from remote machine it giving the error in the title.
I have done these things already:
- Started SQL server, sql browser service using sql server configuration manager.
- added the sql server, browser exe in to firewall allowed program list.
- restarted sql server and browser.
- enabled TCP/IP, Shared memory, Named pipes in SQL server configuration manager
- enabled the remote connection for this DB in database property