Hi I currently have 3 servers Web Server, App Server and DB Server.
Web Server - deploy all the aspx page
App Server - deploy all the business logic
DB Server - store data
Now the problem occur which when I deploy the SSRS report (report server url eg:http://localhost/reportserver), I cannot directly talk to DB Server it blocked by the firewall. It go through the WCF. How do view the report in web pages in this architecture ? Please help. Thanks