I have a modified version of the club site online at celticinteractive.com/demo. Everything is working fine except that when I upload an image using the photo album, the image will not display in the browser. I just get the red cross you see when an image
is not present. You can take a look at
http://celticinteractive.com/demo/photoalbum_list.aspx and look at the test album.
I have tested the same site on a local server, running Windows 2003 Server Enterprise Edition, and it works fine. The online server is Windows Server 2003 Web edition. I have checked everything I can think of including:
Permissions - the permissions for the App-Data folder are identical on both servers.
I have reinstalled both .net framework 2.0 and sql server express.
I have copied the database files from the working(local) server to the online one in case the data had become corrupt.
I am at a total loss to explain why this is happening. Please can some help!?
neilBond
Member
5 Points
1 Post
Photo Album images will not display
Feb 04, 2006 03:18 PM|LINK
Hi,
I have a modified version of the club site online at celticinteractive.com/demo. Everything is working fine except that when I upload an image using the photo album, the image will not display in the browser. I just get the red cross you see when an image is not present. You can take a look at http://celticinteractive.com/demo/photoalbum_list.aspx and look at the test album.
I have tested the same site on a local server, running Windows 2003 Server Enterprise Edition, and it works fine. The online server is Windows Server 2003 Web edition. I have checked everything I can think of including:
Permissions - the permissions for the App-Data folder are identical on both servers.
I have reinstalled both .net framework 2.0 and sql server express.
I have copied the database files from the working(local) server to the online one in case the data had become corrupt.
I am at a total loss to explain why this is happening. Please can some help!?
Regards,
Neil.
samsp
Participant
1680 Points
330 Posts
Microsoft
Re: Photo Album images will not display
Feb 06, 2006 04:51 PM|LINK
If you right click on the image, and copy the URL, then paste that into the browser, you can test what the browser is requesting for the image.
It looks like your imagefetch.ashx is not returning results. I would investigate that.