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

TemporaryFolder on a shared folder

1 Answer 149 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Guru
Top achievements
Rank 1
Guru asked on 12 Jul 2011, 01:50 PM

I am deploying the control on a webfarm. I dont have a NAS, instead im trying to use folder sharing and drive mapping. However i am not able to do so. I even created a new drive and shared, still no success.

Follwing is the stack trace i am seeing.
------------------

RadAsyncUpload does not have permission to write files in the TemporaryFolder. In Medium Trust scenarios, the TemporaryFolder should be a subfolder of the Application Path.

 

at Telerik.Web.UI.RadAsyncUpload.TestTemporaryFolderPermissions() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Control.PreRenderRecursiveInternal() at System.Web.UI.Page.ProcessRequestMain(Boolean includeStagesBeforeAsyncPoint, Boolean includeStagesAfterAsyncPoint)
-----------------------

Application is running under full trust and when i dont share the folder it works fine. Please help!!

1 Answer, 1 is accepted

Sort by
0
Peter Filipov
Telerik team
answered on 14 Jul 2011, 12:21 PM
Hi Guru,

Please add from the security tab of the properties of the folder, "Everyone" user and set full control to it. Probably the user which is running the application don't have permissions to write in the folder.

Best wishes,
Peter Filipov
the Telerik team

Register for the Q2 2011 What's New Webinar Week. Mark your calendar for the week starting July 18th and book your seat for a walk through of all the exciting stuff we will ship with the new release!

Tags
AsyncUpload
Asked by
Guru
Top achievements
Rank 1
Answers by
Peter Filipov
Telerik team
Share this question
or