I have a .Net Windows desktop application running in a domain that talks queries/writes to a Sql Server db on the same domain via Windows Authentication. This is fine. What I need to know is how do I have the application utilize Windows Authentication to
hit the server in the server's domain when the application is running from a different domain (e.g like a laptop from a remote location or one of our service people need to run the app against a users Sql Server on the client's domain from our domain)?
I read these threads:
http://social.msdn.microsoft.com/forums/en-US/sqlsecurity/thread/a4243cb5-3b86-4a75-b745-e4c6665faed8/
http://social.msdn.microsoft.com/Forums/en-US/netfxbcl/thread/6157ecd8-45a4-43cc-bf28-47a7a4dd4d2e/
are these the right approach or can someone point me to a link documenting the correct way?