If you installed the application on a site other than Default WebSite , try the following:
Decision
- Copy the
aspnet_client folder c:\inetpub\wwwroot to the root folder of the new website.
or in IIS:
- Create a virtual directory called
aspnet_client that points to c:\inetpub\wwwroot inside the new website.
Cause of the problem
Using client tools (the debug window of your browser) or a server tool (IIS log), you will find that some of the required Crystal files, such as crv.js and style.css , are not served. This is because these files are located by the CR installer in the wwwroot\aspnet_client , but they cannot be reached from other sites installed on the same computer.
I see that you are using different versions of the software and different configurations, but I think you have the same problem.
source share