This topic is locked

Permission denied on IIS7 and Windows 2008

1/29/2008 5:31:29 PM
ASPRunnerPro General questions
U
unknown author

Hi,
I have php app. that stores some information and then display those information as rows, with the ability to view or edit a record. My problem is that each time I click view or edit I get the following error:

fopen(templates_c\wrt479fa7dcbc798) [function.fopen]: failed to open stream: Permission denied


Error file C:\inetpub\wwwroot\1\libs\internals\core.write_file.php
I have changed the whole folder permission to full control, after changing only template_c and libs but in both cases I got the same error.
I did the changes for the internet user and for the users groups also.
Can you please guide me to a solution for this problem?
Thank you,

J
Jane 1/30/2008

Hi,
It's a permission-related error. Set write permissions for web user to the folder templates_c.

To set permissions in Windows:

  • right-click on your folder, go to Properties -> Security
  • add user named UISR_<machine name> (if don't exists)
  • and assign Full Permissions for this user.
  • Then click OK.