I've implemented ReportViewer
component in my MVC 5 application as it described here.
On my local machine it works like a charm. But after deploying I only see a blank page. I'm sure it's not a problem with handler, because there're 4 requests to Reserved.ReportViewerWebControl.axd
which return splitters, spinningwheel and viewerscript. Also there're 3 requests to ScriptResource.axd
and 1 to WebResource.axd
.
It finishes with post-request, which returns 'Ok'
. The behaviour's just like on my local machine, absolutely no errors. I tried everything about adding/migrating records in Web.Config
, switching between classic/integrated modes, sharing permissions, copying assemblies, etc.
No result. What am I doing wrong?