When connecting to the local bank, the application runs 100%. However, when I try to connect to the sql server remotely (on a nethost server), the application raises the following exception:
Below is an error and a connectionstring.
add name="DefaultConnection" connectionString="Data Source = HOST; Initial Catalog = Integrated Security = True; persist security info = False; User ID = ID; Password = PASSWORD; " providerName="System.Data.SqlClient"
{"Network path not found"}
Is there any configuration in the db or in the application that makes this connection impossible?