I have been asked to connect .NET web services to a remote SQL Server, the SQL Server is using Windows Authentication.
I understand how to create the connection string for SQL Authentication but I do not know how I can achieve this using Windows Authentication.
There needs to be some sort of authentication to allow the remote process to run, but from what I have read, when using WA you don't specify a Username/Password. So how does the calling process get validated to allow access to the remote SQL Server.
Am I correct in saying that WA is used for access on the same Domain/Server, but for remote access SQL Authentication should be used?