views:

45

answers:

1

I had aproblem in my new website I had published our company webite and there are page which retrieve products images from database it worked well but somtimes the images didnot diplay I check my code well and it well .So I couldnot fin the problem uptill now so please if any one face this problem please help me.

+1  A: 

Here is how to trouble shoot this. Take an image url and paste it into the browser. See what you get back. Make sure you have custom errors turned off.

I will take a stab in the dark without the error message. Do you have a url re-writer trasfering jpg requests to an assx page that serves the images? In that case the problem is that on the server these requests are not going through the asp life-cycle.
Go to website properties, configuration, mappings, and try setting the dll to handle images the same as aspx

Andrey