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

Document Manager Mapping Issues

1 Answer 47 Views
Editor
This is a migrated thread and some comments may be shown as answers.
Ian
Top achievements
Rank 1
Ian asked on 04 Dec 2008, 11:28 AM
Morning Telerik Team,

I have a slight issue with the document manager in the Rad Editor.  I am setting the view, upload and delete paths to a folder within the application dynamically in code, this folder is a virtual directory pointing to a folder in the top level application.  The problem we have is that this application is nested within another application and because of this it wont allow access to the folder.  I am not sure if this is a Rad Control issue, but any advice on how we could get access to this virtual directory would help.

Thanks in advance
Ian

1 Answer, 1 is accepted

Sort by
0
Nikolay Raykov
Telerik team
answered on 08 Dec 2008, 03:35 PM
Hi Ian,

The problem that you have is related to setting up the proper permissions in IIS. If you have a top level application, then you are violating its security settings. I suggest you to use a directory in your application - here is a help page explaining this:

http://www.telerik.com/help/aspnet-ajax/settingfoldersenforcingroles.html

You could, though, use a directory in the root of the IIS - just use / before the name of your directory, e.g. "/DocumentManager".

All the best,
Nikolay Raykov
the Telerik team

Check out Telerik Trainer, the state of the art learning tool for Telerik products.
Tags
Editor
Asked by
Ian
Top achievements
Rank 1
Answers by
Nikolay Raykov
Telerik team
Share this question
or