I've got a strange problem happening with attachments.
Some images that have been on the forum for a long time are no longer working while others that have been recently upload ARE working. I can access all of the images directly in the browser and I have verified that they are in the correct folder. It's only when accessing them through the resource.ashx file that the older ones don't work.
Forum/resource.ashx?a=37 will not work but Forum/resource.ashx?a=1899 WILL work.. and both files are in the folder and have the correct filenames with the post number added to to the filename.
In the DB they look fine:
Code:
37 3002 me.jpg 35709 NULL image/pjpeg 1458 NULL
1899 51037 P1010007.JPG 146890 NULL image/pjpeg 1 NULL
All files in the folder have the same permissions... I beleive I gave NETWORK SERVICE full r/w access to the folder.
The first file, id=37, comes up with a red X but the other one works fine.
Help!