I had a long frustrating time trying to solve this issue. What finally helped me was a tip from Crystal report web site. I am sure it will work
Work around for the "Access Denied" error
_________________________________________
1. Ensure the reports dynamic images are written to the proper virtual directory.
2. In Microsoft's Internet Information Server Manager (IIS) 6, locate the 'Application Pool' folder that references your ASP application.
3. Right-click the 'Application Pool' folder and select 'Properties'.
4. In the 'Properties' window select the 'Identity' tab.
5. In the 'Identity' tab Drop-down list box, select the 'Local System' account. Click the 'OK' button and close the 'Properties' window.
6. Restart the IIS server.
7. To restart the IIS server, right-click the ASP application's 'Application Pool' folder. Click the 'Stop' button. Click the 'Start' button.
good luck
|