Access to report file denied.
A Deployed ASP.Net 2.0 website with Crystal Reports viewer (Visual Studio 2005) causes the error below. Apparently, during its load process in creates a copy in the temp directory, but can't read the file in just created. Can I redirect where these files to be created in a specified directory so I can isolate the permissions needed to read the report. Does one of the IIS services need permissions?
Error in File C:\WINDOWS\TEMP\EmployeeFull {4D249D66-7F13-401C-BFF2-9BC7E04934EF}.rpt:
Access to report file denied. Another program may be using it.
Description:An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.Exception Details:System.Runtime.InteropServices.COMException: Error in File C:\WINDOWS\TEMP\EmployeeFull {4D249D66-7F13-401C-BFF2-9BC7E04934EF}.rpt:
Access to report file denied. Another program may be using it.

