In our project we are using SSRS 2008R2 reports, unfortunately no time has been invested into upgrading these nor will there be, so I am stuck dragging these along for now, and have little experience with them.
In Chrome and Firefox all of the below scenarios work, however IE11 does not. The architecture is this:
We have multiple web servers and 1 Report server. The web servers are load balanced, so use a common host name.
If I don't use the host name and instead call straight from browser to webserver which then calls report server, report displays ok on browser.
If I use the load balancer host name to call webserver which then calls report server it doesn't display the report.
There are no javascript errors and nothing in the event logs on the servers. It just doesn't display in IE11 using the load balancer host name.
It doesn't seem to be a configuration issue as it works with chrome and firefox when using the host name.
Anyone any ideas?