I’ve created a web page for file copy/paste/delete operation for local files within my server. In order to access the site I’ve made used of NT Authentication. I’ve created a user with Full Control on all the folders it needs to access. This is thesame user I used in IIS to be authenticated for the web page.
Accessing the webpage is no problem, the thing is whenever after I copy a file second time around (overwrite part)I get a Permission Denied message.
I have included the designated user, Administrator and System Full Access to all folders that it needs to access.
Another test that did not work was I gave
Interactive & Network=Full Access. It only functions well when the user is included as Administrator which I can’t implement.
Any idea? Thanks in advance!