Iam having a problem getting asp to run the crystalreportviewer.
Instead the asp page tries to open/download the crystal report locally instead of a using the viewer.
An overview of my setup is as follows:
IIS version 6, ASP version 1.1.4322 and Crystal Reports Server XI R2.
Crystal reports is not installed on the web server.
Created a new website
Have two virtual directories:
businessobjects:
E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\Web Content
crystalreportviewers115
E:\Program Files\Business Objects\common\3.5\crystalreportviewers115
I have added and selected the following files on the website and both virtual directories and removed “verify that file exists”:
.wis – "E:\Program Files\Business Objects\BusinessObjects Enterprise 11.5\win32_x86\cdzISAPI.dll"
.cri - C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
.csp - C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
.rpt - C:\WINDOWS\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
There are no """ strings to remove from around the E:\Program Files\Business Objects\BusinessObjects Enterprise 12\win32_x86\cdzISAPI.dll string in the MetaBase.xml file.
I have added the application/octet-stream MIME type for both website and virtual directories.