Sometimes asp.net web page shows blank page although it is consist of Crystal report viewer.
Cause of Problem
- Using client tools (debug window of your browser) or server tool (IIS log) you will find that some files (
crv.js ,Âstyle.css ) are not served; - these files are placed by CR installer inÂ
wwwroot\aspnet_client folder but they cannot be reached; - If you installed your application in a website different fromÂ
Default WebSite…aspnet_clientfolder is not placed inside that website
Solution
The solution is to work on IIS this way:
- CopyÂ
aspnet_client folder fromÂc:\inetpub\wwwroot folder to the new website root folder.
or
- Create a virtual directory calledÂ
aspnet_client that points toÂc:\inetpub\wwwroot inside the new website