a) How did you setup your custom 404 page in IIS?
b) How does your custom 404 page reference your CSS stylesheet?
c) What does your IIS logfile show?
Depending on the type of file requested, IIS either (a) just sends the 404
page or (b) sends a redirect to the client to cause it to request the 404
page. It is up to the client to then request all subsequent resources (e.g.
image files, CSS files etc) that the 404 page request. Looking at how you
have setup your 404 page, and what (if any) requests the client is making
for these additional resources will help us sort out the situation.
Cheers
Ken
"Travis Megee" <twmcn6.RemoveThis@mst.edu> wrote in message
news:C3C950A1.3CCD%twmcn6@mst.edu...
> I've been having trouble defining custom 404 pages. It seems sometimes it
> displays the style sheet associated with the error, other times it
> doesn't.
> Like if I enter http://example.com/asdasdasd it shows the styles, but if I
> do http://example.com/asdasd.html it wont. Any ideas?
> Thanks
> Travis
>