I am developing a simple web app that has 3 reports created on VS 2013, for some reason those reports run fine from developer mode, but when I publish the website they give
Besides "Database logon failed", does it say "Unable to connect: incorrect log on parameters"?
If so, try this: https://stackoverflow.com/a/24578304/2248943
And try these:
I faced this problem many times and each case was solved by one of these actions.
In my case the problem was that on IIS Application Pools/ my web app/ Advanced Settings
the 32 bit Applications
was disable and I wasn't including on my project the folder aspnet_client
where crystal run-times files
are storage, so the time I was publishing the app, those files wren't transferred. Once I enabled the connection and included that folder the issue got resolved.