IIS7 How to serve a default 404 image when an image is requested?
Posted
by Lucifer
on Server Fault
See other posts from Server Fault
or by Lucifer
Published on 2010-02-24T18:19:34Z
Indexed on
2010/06/06
8:23 UTC
Read the original article
Hit count: 242
iis7
How can I get IIS7 to serve a default image instead of a 404 html page, when an image is requested?
e.g.
request for: http://www.example.com/myImage.jpg
myImage.jpg does not exist, so we deliver another image instead?
© Server Fault or respective owner