I'm developing a website on my local machine. The site has a file upload field which save the file to a location on my hard drive. Everything works well accept that IIS doesn't have permission to read the file so it won't display it back in the browser. If I go directly to the file and change it's permission (properties > security >allow full control) it works fine. How do I make all newly created file accessible by the system?
|
feedback
|
|
you should have a look in the services snap in what is the uer under which the IIS service executes and add an ACL on his behalf to the folder of the uploaded files. | |||
feedback
|
|
Can't you set the permissions on the folder instead and let the ACLs recurse? | |||||
feedback
|