Hey,
I have a bit of a tricky problem, here is a quick overview. I have a
website which connects to a webservice, this web service is a front for
access to the Reporting Services Web Service, the middle web service just
provides some simpler functions for creating reports on the fly.
The initial web site is set up to use windows auth and to impersonate. The
middle web service is set up to use windows auth but not to impersonate and
the RS web services is set up to use windows auth and to impersonate. The
initial web site captures the user correctly, but by the time it gets to the
RS web service the user has become "MachineName\AS PNET".
I have been trying to fix this for some time, but I cannot find a way to
successfully transfer the windows auth credentials across the three tiers.
Can anyone help?
Thanks.
I have a bit of a tricky problem, here is a quick overview. I have a
website which connects to a webservice, this web service is a front for
access to the Reporting Services Web Service, the middle web service just
provides some simpler functions for creating reports on the fly.
The initial web site is set up to use windows auth and to impersonate. The
middle web service is set up to use windows auth but not to impersonate and
the RS web services is set up to use windows auth and to impersonate. The
initial web site captures the user correctly, but by the time it gets to the
RS web service the user has become "MachineName\AS PNET".
I have been trying to fix this for some time, but I cannot find a way to
successfully transfer the windows auth credentials across the three tiers.
Can anyone help?
Thanks.