Quantcast
Viewing all articles
Browse latest Browse all 3636

Crystal Reports render on localhost but not from outside the network

I have an ASP.NET application that uses the .NET Framework 4 and CrystalReports Version=13.0.2000.0.  I have deployed this application to a Windows Server 2008 R2 Standard SP1 64-bit machine.

 

I have installed the CR runtime engine for 32-bit AND 64-bit (in that order) on this server. 

 

Here is the issue:  I can run this application from the localhost (http://localhost/MyApp) and the Crystal Reports Viewer renders our reports just fine.  I connect to the application from outside the network (using a public static IP address) 123.45.67.123/MyApp and the Crystal Reports View will not render the reports.  I do not get an error of any kind, and the web application performs as if there is no issue.  There is no exception raised when displaying the report, nor when binding data to the report. 

 

This is not a browser-specific issue, as I get the same results with Chrome, IE, Firefox, Opera, and Safari.

 

This same build can be deployed to a Windows7 64-bit machine and a Windows Server 2003 and I have no issues at all.

 

To me, this sounds like a network issue.  Perhaps something on the network is blocking the CRV, like a popup script blocker, or something.  I am not the network administrator of this machine, just the developer trying to deploy his application.


Viewing all articles
Browse latest Browse all 3636

Trending Articles