Click here to Skip to main content
Sign Up to vote bad
good
See more: ASP.NET
Hi,
 
I have SSRS reporting project and Web application. And integrate those application. When I publish the site the reporting not working.Please do the needful.
 
Integration are working...report coming blank when i published the aspx into iis...
 

Thanks
Subbu
Posted 9 Aug '12 - 23:35
Edited 10 Aug '12 - 2:04

Comments
Ganesh Nikam - 10 Aug '12 - 5:54
can you give more details about question?
Volynsky Alex - 10 Aug '12 - 6:13
Please look following links: http://technet.microsoft.com/en-us/library/ms153697.aspx http://msdn.microsoft.com/en-us/library/aa179492%28v=sql.80%29.aspx http://www.codeproject.com/Articles/15469/Integrating-Reporting-Services-2005-Into-a-Web-App
aspnet_regiis - 10 Aug '12 - 7:42
"reporting not working" is not a proper description of the problem
ryanb31 - 10 Aug '12 - 8:08
Need more details.
H.Subbulakshmi - 10 Aug '12 - 8:12
Hi, My soln has two projects.one is web application and another one report(rdl). the application is working in visual studio(F5).[Report has some data]when i publish that web application the report came as blank.[not showing any error] Thanks
ryanb31 - 10 Aug '12 - 8:20
But we have no idea what your code looks like that is trying to create the report. We need a lot more details.
H.Subbulakshmi - 17 Aug '12 - 8:02
this my code....its working fine..but its give empty data when i published in IIS.. try { repViewer.ProcessingMode = Microsoft.Reporting.WebForms.ProcessingMode.Remote; repViewer.ServerReport.ReportServerUrl = new Uri("http://user-pc/ReportServer_SQLEXPRESS"); repViewer.ServerReport.ReportPath = "/SSRS/Report2"; // repViewer.ServerReport.SetParameters(repParams); repViewer.ServerReport.Refresh(); } catch (Exception ex) { throw ex; }
ryanb31 - 17 Aug '12 - 8:21
Is that the right path then? Are you getting an error?
H.Subbulakshmi - 19 Aug '12 - 23:33
No...i got only empty report

1 solution

Add IUSR in report server and add a key
" add name="ReportViewerWebControl" path="Reserved.ReportViewerWebControl.axd" verb="*" type="Microsoft.Reporting.WebForms.HttpHandler, Microsoft.ReportViewer.WebForms, Version=9.0.0.0, Culture=neutral, PublicKeyToken=b03f5f7f11d50a3a"/> under system.webserver tag in web.config file. Its working...
  Permalink  

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)

  Print Answers RSS
Your Filters
Interested
Ignored
     
0 Mahesh Bailwal 373
1 Sergey Alexandrovich Kryukov 354
2 Maciej Los 245
3 Rohan Leuva 175
4 CPallini 175
0 Sergey Alexandrovich Kryukov 9,287
1 OriginalGriff 7,204
2 CPallini 3,923
3 Rohan Leuva 3,211
4 Maciej Los 2,713


Advertise | Privacy | Mobile
Web01 | 2.6.130516.1 | Last Updated 20 Aug 2012
Copyright © CodeProject, 1999-2013
All Rights Reserved. Terms of Use
Layout: fixed | fluid