Thanks for the suggestions. I compared two sites - one that is working and the one that is not. The settings for all file permissions for all concerned folders are the same. And I also set up a test where the image file(s) would not be in use by any other process.
The users are: Admin, IUSR_(machine), IUSR_(applic), NETWORK, SYSTEM, NETWORK SERVICE, and ASPNET.
Still same problem.
Main Topics
Browse All Topics





by: Juan_BarreraPosted on 2008-11-03 at 17:49:13ID: 22873025
Hi,
Although you say that you've made sure that both ASPNET and IUSR_ have the right access, are you sure that the application is running as any of those?
Just as an example, but, by default, under IIS 6, asp.net runs as "NTAUTHORITY/NETWORK SERVICE"
After rechecking that, can you make sure that the application user has Read / Write to the directory containing the images, and that the specific image file is not being used by any other process at that instant?
Cheers,