I am using Reporting Services to render a report directly to PDF. It requires that I use two web references: ReportExecution2005.asmx
and ReportService2005.asmx
. The performance on web references seems really poor. Since my web server (IIS7) and my SQL Server (2008) are on the same box, is there a way I can reference them directly? If not is there any way I can explicitly cache them or something. First load is really really slow, second load is perfectly acceptable.
Thanks