I am using SQL Server 2008 R2 Service Pack 1. The problem is that some reports freeze at loading stage when executed in IE 11. The same reports run with no problem when we use IE9 on another workstation.
So I believe the problem has to do with IE11 compatibility. I have tried several solutions:
Added
<meta http-equiv=”X-UA-Compatible” content=”IE-Edge”>
in file\Microsoft SQL Server\MSRS12.MSSQLSERVER\Reporting Services\ReportServer\Pages\ReportViewer.aspx
using the solution found hereUsing the Report Manager, I have deactivated the timeout option for the specific report I am working on
I deleted the IE11 cache and browsing history
After the changes, the report worked for a few times, then started hanging again at "Loading..." stage. The execution log in the Report Server shows that data is being collected, processed and rendered with success, but no report shows up in IE