Jump to content

Permission denied...


yklxmas

Recommended Posts

Hi all,I've written a script to move and delete files depending on the contents of them. However, everytime I tried to run the script, Permission denied mesage is throw to me. I've added this folder in program files as virtual directory in IIS and have given full access right and still no luck at all.Can anyone help me this solve this problem, please? Many thanks in advance.

Link to comment
Share on other sites

Make sure the IUSR account has full access to the folder. If your computer is called "server", then the account will be called IUSR_SERVER, it is the anonymous internet guest account. Make sure to give that account full access, both through IIS and Windows.

Link to comment
Share on other sites

Hi all,I've written a script to move and delete files depending on the contents of them. However, everytime I tried to run the script, Permission denied mesage is throw to me. I've added this folder in program files as virtual directory in IIS and have given full access right and still no luck at all.Can anyone help me this solve this problem, please? Many thanks in advance.

Make sure you have read and write permissions on your folders, chmod them to 660 or rw-rw--.
Link to comment
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!

Register a new account

Sign in

Already have an account? Sign in here.

Sign In Now
×
×
  • Create New...