Hey,
I set my TemporaryFolder to a temporary folder where the DefaultAppPool has read and write access. One of my RadAsyncUploadControls uses an httphandler to save files to this folder using the base.Process() method. There is no problem with this.
I have another AsyncUpload control which I'm trying to Save the file to this temporary folder using the SaveAs method. When I execute the SaveAs method, it successfully saves this file into the temp folder with a random string appended to it as it should, then throws an access denied error. This doesn't make much sense to me, since it successfully saved the file already in its entirety. Any ideas why this is happening?
I set my TemporaryFolder to a temporary folder where the DefaultAppPool has read and write access. One of my RadAsyncUploadControls uses an httphandler to save files to this folder using the base.Process() method. There is no problem with this.
I have another AsyncUpload control which I'm trying to Save the file to this temporary folder using the SaveAs method. When I execute the SaveAs method, it successfully saves this file into the temp folder with a random string appended to it as it should, then throws an access denied error. This doesn't make much sense to me, since it successfully saved the file already in its entirety. Any ideas why this is happening?