Search Results

0
votes

ASP.NET: System.UnauthorizedAccessException - Access to Path Denied

Check that the image file (jpg) you're writing to the tempStorage has the proper permissions for the webuser account(aspnet or iis_wpg). You can set the TempStorage directory to replace permisson …