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

RadFileExplorer Upload Prompts for Credentials

3 Answers 142 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
Rob Anderson
Top achievements
Rank 1
Rob Anderson asked on 27 Nov 2017, 09:00 PM

I have a simple site running on IIS with Windows Authentication enabled.  When I try to use the RadFileExplorer upload it prompts the for user credentials.

            <telerik:RadFileExplorer ID="RadFileExplorer1" runat="server" 
                Configuration-DeletePaths="~/PCardFiles" 
                Configuration-UploadPaths="~/PCardFiles"
                Configuration-ViewPaths="~/PCardFiles" 
                Height="300px"
                TreePaneWidth="180px"
                Width="99%">
                <configuration maxuploadfilesize="2000000" searchpatterns="*.*"></configuration>
             </telerik:RadFileExplorer>

I'm fairly certain I've given all the permissions that I need to for the AppPool, users, etc.  Can anyone let me know what I might be missing?  Thanks!

3 Answers, 1 is accepted

Sort by
0
Vessy
Telerik team
answered on 30 Nov 2017, 04:27 PM
Hi Rob,

Please, make sure that you have also given all edit permissions not only to the folders listed in RadFileExplorer, but also to the App_Data folder, where the temp files uploaded by RadAsyncUpload are stored. The default AsyncUpload temp folder has the following path "~/App_Data/RadUploadTemp"

You can use the test given in the following help article in order to make sure that all permissions are set properly:
https://docs.telerik.com/devtools/aspnet-ajax/controls/fileexplorer/troubleshooting/common-issues#an-error-like--because-the-application-did-not-have-enough-permissions-occurs-only-in-a-production-environment-how-to-debug-the-issue

Regards,
Vessy
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
0
Rob Anderson
Top achievements
Rank 1
answered on 30 Nov 2017, 04:29 PM
Thanks Vessy.  I did discover that the missing permissions on the RadUploadTemp folder was the issue.
0
Vessy
Telerik team
answered on 01 Dec 2017, 06:17 AM
Hi,

You are welcome, Rob - I am glad my reply was helpful for you. Let us should you meet any further difficulties with our controls.

Regards,
Vessy
Progress Telerik
Try our brand new, jQuery-free Angular components built from ground-up which deliver the business app essential building blocks - a grid component, data visualization (charts) and form elements.
Tags
FileExplorer
Asked by
Rob Anderson
Top achievements
Rank 1
Answers by
Vessy
Telerik team
Rob Anderson
Top achievements
Rank 1
Share this question
or