Connecting database from different domain
-
Hi Guys! I am trying to make one simple application where i want to have info from db(Damain Z) example: I am in Damain X where the tool will reside,i have a bridge domain Y and a domain Z where DB resides.. any clue how to solve this senario!!!
vikas da
-
Hi Guys! I am trying to make one simple application where i want to have info from db(Damain Z) example: I am in Damain X where the tool will reside,i have a bridge domain Y and a domain Z where DB resides.. any clue how to solve this senario!!!
vikas da
If these is no trust setup between Domain Z and Domain X, you're limited to using SQL Server accounts and SQL Authentication. The problem with this is maintaining the accounts on the SQL Server, seperate from everyones AD account.
A guide to posting questions on CodeProject[^]
Dave Kreskowiak