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

Web Farm RadAsyncUpload

1 Answer 60 Views
AsyncUpload
This is a migrated thread and some comments may be shown as answers.
Daniel
Top achievements
Rank 1
Daniel asked on 08 Jun 2014, 08:59 AM
Hi,

If you look here, you will see that Lynne had to make changes to her application to get radasyncupload working in a web farm environment:
http://www.telerik.com/forums/radasyncupload-in-web-farm

She says she had to "create a separate application pool for the web application. Change the Identity on the application pool from ApplicationPoolIdentity to LocalSystem.  Change web application to use the new application pool. "

This really worries me. I do not want to touch my app pool identity, and I still need the radasyncupload to work in a web farm environment.

Is it possible that the UseApplicationPoolImpersonation property has been introduced to fix this issue? Can anyone confirm that the radasyncupload control will work properly, out of the box, in a web farm environment, when the Temporary Folder is pointed through the web.config to a shared location that everyone has full access to?

Thanks

Daniel

1 Answer, 1 is accepted

Sort by
0
Hristo Valyavicharski
Telerik team
answered on 12 Jun 2014, 06:41 AM
Hi Daniel,

If the IIS ASP.NET Impersonation Authentication is enabled it should be working.

http://technet.microsoft.com/en-us/library/cc730708%28v=ws.10%29.aspx
http://msdn.microsoft.com/en-us/library/134ec8tc%28v=vs.90%29.aspx

Regards,
Hristo Valyavicharski
Telerik
 

Check out the Telerik Platform - the only platform that combines a rich set of UI tools with powerful cloud services to develop web, hybrid and native mobile apps.

 
Tags
AsyncUpload
Asked by
Daniel
Top achievements
Rank 1
Answers by
Hristo Valyavicharski
Telerik team
Share this question
or