How to Run Crystal Report Runtime on IIS Without Default App Pool

Developers are hosting their published version into the IIS's root directory and run the Crystal report runtime IIS directory and displays the result, so crystal report runtime application always fetches the application which is hosted on the default port (80) port but if application is fetching without IIS's root directory and on different pool (i.e., 85) pool so at that time, system will not display the Crystal reports.

So to solve that please follow the below steps.
  1. Go to the IIS root directory C:\inetpub\wwwroot and copy the aspnet_client folder.
  2. Go to your published application's root directory and paste it on the root folder.
  3. Restart the IIS and you will be able to view the Crystal reports.
I hope this can help you out to solve the problem.