Link to home
Start Free TrialLog in
Avatar of KimKing
KimKing

asked on

IIS 6 custom 404 error page image

I have a custom 404 error page that has an image and an embeded video. The video plays, but no matter what I do, I can't get the image to display. I've tried making the page an ASP (classic) page, putting it and the image in the IISerrors/common folder, the root of the website and a separate directory (c:\iiserrors), all to no avail.

Any ideas?

Thanks,

Kim King
ASKER CERTIFIED SOLUTION
Avatar of Big Monty
Big Monty
Flag of United States of America image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Hello,

    * open "properties" for your website
    * go to "home directory" tab
    * click on "configuration"
    * look for the extension ".aspx"
    * click on "edit"
    * check the check box which says "verify that file exists"

       Also Check your web.config

Regards,
Tushar Kaskhedikar
Avatar of KimKing
KimKing

ASKER

I looked at the path and found where it expected the image to be and moved it there.