To answer my own question:
DO NOT USE INTEGRATED SECURITY ON SCHEDULED TASK APPS.
You may want to create a special SQL user that has permission to update / insert / whatever you are doing in your app. But you will need to specify a user in the connection string.
User Profile
Collapse
-
Scheduled Task odd behavior
I have 2 .NET 4 console apps that I want to run as a scheduled tasks, but set up so that it does not need user logged in.
Both apps are nearly identical, and are reading Exchange inboxes via IMAP.
#1 copies attachments to a folder
#2 saves the body to a database, based on the subject line.
#1 is working perfectly, no problems.
#2 works fine when run manually, or when the task is set up...
No activity results to display
Show More
Leave a comment: