RadFileExplorer for ASP.NET AJAX

RadControls for ASP.NET AJAX

This topic describes some of the possible issues with RadFileExplorer and how to deal with them

Upload or Delete commands are disabled

Make sure that UploadPaths or DeletePaths properties are set correctly

Setting a path to the InitialPath property does not select folder or file

Make sure that the path set to the property has the same format as the path shown in the RadFileExplorer's addressbar

An error like "... because the application did not have enough permissions..." occurs only in a production environment. How to debug the issue?

  • Remove the RadFileExplorer (or all RadControls) from the page

  • In the code behind of the same page where the RadFileExplorer was declared add this code:

  • If an exception is thrown during the test, the text of the error (the value of the ex.Message property) will be shown as a JavaScript popup