I've got a crawler application that runs on a WFE, queries SharePoint, and then tries to report findings to the database on a seperate server. Despite using integrated security = SSPI in my connection string, and impersonating a user with valid credentials, the connection is attempting to use the Anonymous user and therefore getting denied.
All works perfectly if SQL and the crawler are on the same box. Can anyone point me in the right direction as to solving this problem? SQL authentication is unfortunately not an option.
I am using DataAdapter.Fill to retreive the data FWIW.
Thanks in advance,
Justin