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

Proxy user for file operations

1 Answer 40 Views
FileExplorer
This is a migrated thread and some comments may be shown as answers.
saritha78
Top achievements
Rank 1
saritha78 asked on 24 Nov 2010, 01:13 AM
Hi, I am using CustomFileSystemProvider to display the files from a shared drive on our intranet website. However, when I set the network paths in the mappings file, my understanding is that it uses the credentials of the logged in user (I have Windows authentication set up for this site). But we would like to take away the permissions that individual users have on the shared network drive and use the RadFileExplorer with a proxy user account. How do I set it up to use the proxy user?
Thanks,

1 Answer, 1 is accepted

Sort by
0
Fiko
Telerik team
answered on 24 Nov 2010, 02:47 PM
Hi Saritha,

RdaFileExplorer runs under the account associated with the ApplicationPool set to the application. This means that you can change the permission for the whole application, and cannot set specific permission for the ContentProvider. In your case you can expose the shared drive through FTP with a specific permissions (setup authentication) and then use the FTPContentProvider (it accepts credentials for the FTP server) in order to read and write to the shared drive (through FTP server).

All the best,
Fiko
the Telerik team
Browse the vast support resources we have to jumpstart your development with RadControls for ASP.NET AJAX. See how to integrate our AJAX controls seamlessly in SharePoint 2007/2010 visiting our common SharePoint portal.
Tags
FileExplorer
Asked by
saritha78
Top achievements
Rank 1
Answers by
Fiko
Telerik team
Share this question
or