User-1188570427 posted
Hello,
We need to pass in a windows service account instead of a specific user name and password.
There is a set up for Windows CE for this, but is there a workaround for windows operation system?
https://www.connectionstrings.com/sqlconnection/trusted-connection-from-a-ce-device/
If you see this example above, you set Integrated Security to true and on CE it still uses the username and password, but if you set Integrated Security to false, it uses a user name and password, but is expecting that to be a SQL account and not a windows
domain account.
Thanks!