New Web Project Add Crystal Reports Viewer Add Report File From Existing Report Under Database Set Location Point to Web Aware directory Dim strPath As String strPath = Request.MapPath("\T\") CrystalReportViewer1.ReportSource = strPath & "CrystalReport1.rpt"