Hi,
I am creating multiple root folders for users to upload and download files but what NTFS permissions do I need to add to the folders?
Cheers
Joolz
Julian Haines
8/21/2007 8:34 AM
Actually when you first install the application, the web setup wizard gives you information on the executing identity and the required permissions.
As a general rule, you should make sure that the executing identity (the windows user which is used to execute this web application, e.g MACHINENAME\ASPNET ) has MODIFY permission on the folder.
Cem Alacayir
8/24/2007 6:33 AM