Hello,
We have WCF services running on IIS and the application pool is running using GMSA. The WCF service is using ADO.Net to connect to SQL Server database. Irrespective of the authentication mechanism (SQL/Windows) used to connect to SQL, the connection is not getting established. We are unable to query the SQL database.
However, as soon as we switch the application pool to be run using a regular domain account, the SQL connection is working fine.
The GMSA account has been installed fine on the server. What am I missing? How do we get the SQL connection to work while running the application pool using the GMSA?
Regards, Shilpa