I\'m having a few problems using SSRS currently. I have an ASP.NET website that uses Windows Authentication. That works fine and I know the website current user is the currently
I was having my own troubles here but was ultimately successful.
Machine 1: client browser
Machine 2: webserver
Machine 3: SSRS + SQL Server
To solve the double hop I had the IT department turn on Active Directory Delegation for Machine2, setting to "Trust this computer for delegation to any service (Kerberos Only)".
On my webserver I modified the Web.config file to have:
On the SSRS server I modified the rsreportserver.config file, adding
to the
section. I believe the default is
. I just left both in there, giving me:
I restarted the SSRS server and all started working.
Hope this helps someone!