Home » questions » SQL ReportServer Deployment W/ ASPX Front-End?
SQL ReportServer Deployment W/ ASPX Front-End?
I have a web application built as a way to search through invoices, summaries, and work orders. In short, when a user drills down to a specific invoice, summary or work order, they may hit a print button, which launches a sql reporting services report.
Please avoid commenting on the obvious architectural flaws, as I could just use a stylesheet w/ media set to print to format the drilled-down invoice, summary or work order, because my boss insisted I use sql reporting services.
Nevertheless, I built the damn thing. Works great.
However, for deployment, we're throwing the app on one web server box, and the database on another.
My boss has just one sql server license, and, as you may know, sql reporting services is a part of the server install. So, sql reporting services must reside on the database server.
The problem is that sql reporting services makes a web app for itself only on the local IIS. Because I simply will not point traffic to the database server, I need help.

Answers
rfjohnso
On 2006-07-28 19:27:03