I am uploading png pictures in asp.net mvc. And I save their address in the database. I get a 404 error while displaying some images on the http page. Whereas on https, the images are loaded and the images are exist. This problem exists only for png images or a specific folder. This is not a problem with jpeg images.
please help me
<img class="default-img" src="@item.Image" alt="">
item.Image="/images/Post/166362.png"