We've successfully deployed the module on our server and can access it fine from our local network (Intranet). But when we try to access the reports when connected to the Internet we run into problems. Our configuration:
* the website running DNN is publicly accessible (public IP address)
* the SQL Reporting Services server is NOT publicly accessible (only has private IP address)
What we observe in the client browser is the module displays for us a list of reports that we can run (so that much, at least, is working fine).
But when we actually select a report to be run, we see in the browser status bar that it is making calls to the private server name of the SQL Reporting Services machine ... of course, this fails, therefore we get an Error 404 eventually. |