SQL Server Does not Exist

If i will use other domain i cannot connect to the MS SQL Server but if i am using the same domain i was able to connect to the MS SQL.

Another domain is okay i can ping and i can remote also share drive ok also only the application cannot.

i am using this code.
Provider = sqloledb;Data Source=Server\TestIns;Initial Catalog=Database;User ID=test;Password=password;

0 answers