1

I have created WinForm App and want to connect To Sql server using Windows Authentication Mode. But Sql Server is in other domain and WinForm App is in other domain.

I am not able to connect. Tell me how to do this ?

Edit

These two systems are in same LAN but in different groups....Do i need to go through Active Directory concepts if Yes then from where i should start.

Varinder
  • 1,780
  • 2
  • 11
  • 18
  • 2
    **bold** should generally be used sparingly, for emphasis. If the *majority* of your question is in bold, it comes across more as shouting. – Damien_The_Unbeliever Apr 16 '14 at 09:48
  • checkout my answer here http://stackoverflow.com/questions/23104962/sql-server-error-provider-sql-network-interfaces-error-26-error-locating-s – Hassan Apr 16 '14 at 09:52
  • 1
    Is this totally seperate domains or do the two domains trust each other? – Fred Apr 16 '14 at 09:58
  • they don't trust each other – Varinder Apr 16 '14 at 10:03
  • I think you'd need the credentials of a user on the remote domain. – George T Apr 16 '14 at 10:07
  • These two systems are in same LAN but in different groups....Do i need to go through Active Directory concepts. – Varinder Apr 16 '14 at 10:13
  • This seems such an odd thing to be trying to do, as you state, there are two separated domains on one LAN, and i can only imagine that this was done for a reason, security purposes. If neither domain can communicate with each other then your answer is right there. – Derek Apr 16 '14 at 10:43
  • Use SQL authentication. – dean Apr 17 '14 at 08:52

0 Answers0