I have a website on my IIS server and a web service installed on the same website. My question is pretty simple. I am trying to move a file from the web service to one folder to another folder located in the website. But I get a message “Access denied to the specific folder”
Any help please..
The account under which IIS is running is probably a member of the
IIS_IUSRSgroup. You could grant that group access rights on the folder.