Windows app works but Web doesn't?
Hi,
I have developed a web application which runs a crystal report which gets its data using an ODBC driver (using a system dsn). The report runs fine on it's own, but when I add it to a web application it says 'Web site found. Waiting for reply...." in the IE status bar. The progress bar gets to 5 bars and it just sits there doing nothing.
I tried running the same report in a windows app and it runs fine.
The code goes through and logs into all tables, and this must work as the windows app works fine.
Does the web app need special permissions set (IIS?), or is there something I am missing? I have other web reports running fine, but it just seems to be those with this ODBC driver?
Running MS VS.NET 2003, with bundled CR.
|