Windows Authentication using service account in .NET 8 console application
I’m trying to use a service account to authenticate a .NET 8 console application (output type set to “Windows Application”) with a SQL Server. (The application is run by “Task Scheduler”.)