I have an ASP.Net application that runs using Windows Authentication. Connecting to SQL Server is usually done by creating an sql server account and using this in the connection string.
However, in this particular very restrictive hosting environment, we were asked to use a specific WINDOWS / Active Directory account to connect to SQL Server.
Please note that these are not user user credentials on the site, we need to connect to the SQL server using - this is one specific Windows / AD account.
How do I configure this in my connection string?
Kjensen
source share