I have an ASP.NET Web Forms Application which has some reports created using SAP Crystal Reports Runtime for .NET Framework 4. The C:\Windows\Temp
folder contains my Report files of the application. That's why, I need to provide IIS_IUSRS
permission on C:\Windows\Temp
.
Problem is, whenever I'm trying to give IIS_IUSRS
permission to Temp, I'm getting this error message:
Error Applying Security
An error occured while applying security information to
C:\Windows\Temp
Access is Denied
If I click on the option 'Continue', I get the following error:
Windows Security
Unable to save permission changes on Temp
Access is denied
I need urgent solution to this because I have an emergency delivery. At any cost, I MUST have to grant IIS_IUSRS
access to C:\Windows\Temp
. Please help urgently.
.NET Framework - 4, IIS - 7, Windows 7 Ultimate - 64 bit.