This question is locked. New answers and comments are not allowed.
Hi,
I have created an Silverlight app that implements the RadUpload component by following Sahil Malik's video (http://blah.winsmarts.com/2010-3-Large_File_Upload_in_SharePoint_2010.aspx). The upload path is to the SharePoint 14-hive (a custom folder) and is handled by a custom HttpHandler. This works just fine on my dev server (VMWare image), but when I deploy this to my client's prod server, I get the following error:
"Cannot save the file: [Access to the path 'c:\program files\common files\microsoft shared\web server extenstions\14\template\layouts\<my project name>\Scratcharea\<my file name>' is denied]"
The error message is shown as a tooltip on a little 'alert' icon to the right of the selected file to upload.
I haven't done anything in regards to setting permissions to the destination folder in either environment.
PS. The Silverlight app is hosted in SharePoint 2010.
Any ideas?
Thanks!
I have created an Silverlight app that implements the RadUpload component by following Sahil Malik's video (http://blah.winsmarts.com/2010-3-Large_File_Upload_in_SharePoint_2010.aspx). The upload path is to the SharePoint 14-hive (a custom folder) and is handled by a custom HttpHandler. This works just fine on my dev server (VMWare image), but when I deploy this to my client's prod server, I get the following error:
"Cannot save the file: [Access to the path 'c:\program files\common files\microsoft shared\web server extenstions\14\template\layouts\<my project name>\Scratcharea\<my file name>' is denied]"
The error message is shown as a tooltip on a little 'alert' icon to the right of the selected file to upload.
I haven't done anything in regards to setting permissions to the destination folder in either environment.
PS. The Silverlight app is hosted in SharePoint 2010.
Any ideas?
Thanks!