IIS7 How to serve a default 440 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/03/30
9:03 UTC
Read the original article
Hit count: 279
iis7
Hi
How can I get IIS7 to serve an 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?
Thanks
© Server Fault or respective owner