I have an asp.net mvc application running an asp page for a Crystal Report Viewer
When I run the application on my dev server, everything works as expected.
When I run the application on one live server it opens the viewer, prompts for the user to enter the parameter values, then prompts for the server authentication information.
When I run it on another liver server it works just like it does in my dev environment.
All instances are connected to the same SQL Server.
The server with the issue is Windows Server 2008 R2 Standard. IIS 7.5.7600.16385. The live server that can successfully run the same site is same except it is Datacenter.
What am I missing?
Is there an IIS setting that could be causing this issue?