Hi Folks,
I have a web site in IIS 10 that is configured with an application pool set to use a service account for its identity (domain/xyz).
In the application there is a connection string for SQL Server configured for Integrated Security=SSPI. Normally, this means that when the web application connects to SQL Server it uses the above identity.
I have configured my web site to require windows authentication (Negotiate/NTLM), and now I am seeing an error connecting to SQL Server Login failed for user Domain\machinename$ Client: local machine. (where machinename$ is the hostname of the machine).
Does anyone know how I can set the website to correctly use the identity (domain/xyz).