This is a migrated thread and some comments may be shown as answers.

Folder Permissions?

1 Answer 62 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Xorcist
Top achievements
Rank 1
Xorcist asked on 15 Jul 2011, 07:40 PM
I am currently using the RadFileExplorer in conjunction with a CustomFileSystemProvider (Hooked to a network share, base on a demo I found here). And while I can upload and download files just fine, it appears that creating folders, renaming items, and deleting items all fail. Deleting told me the application did not have sufficient permissions. What permissions are required? I tried setting the folder up for access to Everyone with Full Control, but that did not seem to help. I even attempted to setup the web to run as the local machines Administrator, but still no luck. Any ideas?

1 Answer, 1 is accepted

Sort by
0
Xorcist
Top achievements
Rank 1
answered on 15 Jul 2011, 09:49 PM
Actually I solved the above issue, turns out I had:

<PhysicalPath>
  <![CDATA[D:\WebFiles\]]>
</PhysicalPath>

when I should have had:

<PhysicalPath>
  <![CDATA[D:\WebFiles]]>
</PhysicalPath>

Note the extra slash in the first mapping. Now everything works except for Folder Creation? I can upload, delete, move, rename, etc. Any clues why?

P.S. NETWORK SERVICE was the only user that needed permissions, my other changes were reverted.
Tags
FileExplorer
Asked by
Xorcist
Top achievements
Rank 1
Answers by
Xorcist
Top achievements
Rank 1
Share this question
or