(IM002) [Microsoft][ODBC Driver Manager] i am guessing i do not have odbc configured
i am using crystal reports on visual studio 2013
when i create the report inside visual studio i can see the report
but when i try to open the report on the website i get the error above
there is another situation
i created the report non default.aspx to test
with iis express i cannot see it
but when on iis localhost i have the following error Falha de logon no banco de dados.
thats portuguese for failing to logon on the database
      
<CR:CrystalReportSource ID="CrystalReportSource1" runat="server"> <Report FileName="Reports\CrystalReport6.rpt"> </Report> </CR:CrystalReportSource> <CR:CrystalReportViewer ID="CrystalReportV ...

Go to the complete details ...