[DX Support team: this thread was cloned from ASPxUploadControl in AdvancedMode - Access to the server path "~\App_Data\UploadTemp" is denied.]
Hello,
I didn't had a uploadtemp folder on the server, I created it and set the permissions to the authenticated user and iis user.
But still it seems that the application the the production test server don't come in the FileUploadComplete procedure.
I don't understand why this don't happens on my development pc where I also don't have a uploadtemp folder?
ASPxUploadControl in AdvancedMode - Access to the server path "~\App_Data\UploadTemp\" is denied.
Answers approved by DevExpress Support
Hello,
It seems that permissions aren't correctly granted. I suggest that you try to create a new file in the target folder using the System.IO namespace's methods in the Page_Init method and see if it works.