I have a File Explorer:
| <telerik:RadFileExplorer |
| ID="EquipmentFileExplorer" |
| runat="server" |
| InitialPath="~/AppData/Uploads/" |
| VisibleControls="TreeView, Grid, Toolbar, ContextMenus"> |
| <Configuration |
| MaxUploadFileSize="2004800" |
| SearchPatterns="*.doc,*.pdf,*.gif,*.jpg,*.jpeg,*.tif,*.tiff" |
| DeletePaths="~/App_Data/Uploads/" |
| UploadPaths="~/App_Data/Uploads/" |
| ViewPaths="~/App_Data/Uploads/"> |
| </Configuration> |
| </telerik:RadFileExplorer> |
When I run the project, either locally or on a dev server, I receive an alert saying "Cannot Write To Target Folder". NETWORK SERVICE has modify set on the folder, so it should be ok?
I am using the latest ASP.NET release. Puzzled.
Richard
