At my place of employment we have a policy that all crystal reports must reside on the crystal enterprise server, but all systems are designed in Visual Basic.NET/ASP.NET and reside on a different server. No reports can reside on the web server.
My problem is that our current report viewing method involves an asp page on another web server that ties to crystal enterprise. All parameters are sent as a querystring in the url. This is problematic when parameters become long and the url cannot handle such length.
Our crystal administrator insists that Crystal Enterprise 10 and Visual Studio 2005 are incompatible.
As a developer, I would like to take advantage of the Crystal Services provided through web services. Such as enterprisereportservice.asmx and others stored in the crystalreportviewers10 folder on the enterprise server. I have been unable to find much documentation on this.
Any Help?