Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
155
Cannot establish a connection with the report server.
posted

I have an asp.net application with a SIlverlight IGReportingApp in the solution.  It also contains a ReportService.

When I run the solution locally everything works great, data is desplayed in all the reports  But, when I publish the solution to a WIndows 2008 R2 Server I then the error message

"Cannot establish a connection with the report server."

On my MainPage.xmal I have

 

 

 

 

 

 

 

 

 

<ig:XamReportViewer Margin="20" Name

="xamReportViewer1">

 

 

 

 

<ig:XamReportViewer.RenderSettings

>

 

 

 

 

<ig:ServerRenderSettings DefinitionUri="/Dashboard;component/BusinessApplications.igr" ServiceEndpointUri

="http://localhost:58821/ReportService.svc" />

 

 

 

 

</ig:XamReportViewer.RenderSettings

>

 

 

 

 

</ig:XamReportViewer

>

Can you please tell me why?