I am using crystal report for printing . But after hosting in the server i got a page with following url while printing from a client machine
and shows
Page not found
error
It is displayed in the report viewer, but the problem comes after clicking the print button of crystal report.
I am using the following code to bind report
CrystalReportViewer1.ReportSource = CrystalReport;
CrystalReportViewer1.DataBind();
If anybody knows the solution please help me.... Thanks in advance....