how do i get the report to work correctly without giving this message and login prompt?
i searched the threads and i saw this a few times but i haven't actually seen a real solution
ii have a reportviewer and a reportsource
<CR:CrystalReportViewer ID="CrystalReportViewer1" runat="server" AutoDataBind="True"
Height="50px" ReportSourceID="CrystalReportSource1" Width="350px" /> <CR:CrystalReportSource ID="CrystalReportSource1" runat="server">
<Report FileName="CrystalReport2.rpt">
</Report> </CR:CrystalReportSource>
and the crystalreport2.rpt i have it set to an ado.net dataset