I am in the process of migrating all of my webs from Windows Server 2003 running IIS 6 to Windows Server 2008R2 running IIS 7.5. I have an Extranet site that has many subwebs (applications). One of these applications is an app ceated in Visual Studio .NET 2008 using the embeded crystal reports. (It works fine on my Windows 2003 server.) The reports connect to an Oracle Database Server.
I get the following error:
Error in File C:\Windows\TEMP\temp_09e242b5-a913-44c0-9482-cda6ba347434 {E8899F5E-FF93-492F-AE83-6FA092EF452E}.rpt:
Access to report file denied. Another program may be using it.
"Network Service" and the account used for "Physical Path Credentials" on the IIS app has modify access to C:\Windows\Temp, the application folder, and the folder I'm trying to export the PDF's to. All of these folders are on the local server but I am using a domain account.
I've tried enabling 32 bit applications on the IIS web site (I can't find where that is at right now but I know I did find it and tried that earlier.) I also tried recompiling the app for 32 bit instead of any and redeployed.
So how do I make this work?