Reporting services impersonation issue -
09-03-2007
, 07:06 AM
Hi,
I am using a custom dll in a report I have made using MS Reporting Services
2005. The dll gets the current user's credentials from the WindowsIdentity
object. The dll is hosted in the reporting services web application.
My trouble is that it is using the Identity of the App domain to which the
RS virtual root belongs when I expect the windows authenticated user.
I have checked that the web.config files of both the Report server and the
report manager(both IIS virtual roots) have impersonation enabled and
authentication mode set to Windows. The IIS virtual roots are also set to
allow windows integrated authentication only. I would think this is all one
would need to allow the asp.net process thread to impersonate the current
logged in user.
Is there anything I am missing? Would appreciate any help.
Thanks,
Supriya |