Impersonation/user/pass/windowsidentity/credential/C360
At my company we are creating a system using CRM. The database is on a different server from the webserver. The system consists of aspx pages which use C360. C360 requires Impersonation, it impersonates as a domain user, but when the thread reaches the point of communicating with the Databaseserver we get an authentication error. If after the C360 Impersonation we do our own impersonation, everything work, but to do our own impersonation we need user/pass which we dont have.
The WindowsIdentity(from which we impersonate) we create with user and pass, when inspected looks just like HttpContext.Current.User.Identity, but it still seams like there is some difference between how HttpContext.Current.User.Identity is created and how we create our windowsidentity, since we get this authentication error.
Can someone help please ? :)
Regards, Sigurdur
*This post is locked for comments
I have the same question (0)