i am creating an asp.net web application. i am using SQL server 2014 for database. i need configure a connection string on client computer web form project to access SQL server data on an other computer through query using asp.net c#. i disabled all firewalls on the host computer and also on client computer, enabled tcp/ip port setting, and enter the following connection string in client computer web configuration" this is the host server name"DESKTOP-H8JV03C" and prot is"1433"; but on ruining the query the browser give me the following error 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)
<add name="nadra"
connectionString ="Data Source=DESKTOP-H8JV03C,1433;Initial Catalog=Nadra;Trusted_Connection=True;Integrated Security=True"
providerName="System.Data.SqlClient"/>