Unable to display image on client machine

It is a duplicate, unable to display the image on the client machine by the same person.

I have a web application. I have inserted an image into the home page of a web application using html tags. It works fine on a server machine. But when any client accesses my webpage, everything that is present on the home page of the web app except the image is displayed. Instead of a label, the image is displayed on the client machine.

Can anyone help me display the image on the client machine.

-1


source to share


1 answer


I have to imagine that you are not pointing to the correct server location for the image. For example, the image was hardcoded to point to localhost. Maybe check the mappings in IIS as well. If you can provide the source you are using it might help.



0


source







All Articles