Forum Moderators: open
How do I ensure that:
1) the client is *not* served a 302 redirection to a 404 page. They should just get a 404 page.
2) it works for all invalid URLs, not just *.aspx pages
3) it plays nicely with ISAPI rewrite
1) the client should *not* be served a 302 or 301 redirection to a 404 page. They should just get a 404 page with a 404 status header, with my pretty content on it.
2) it must play nicely with ISAPI rewrite
3) it should work with ALL file types, Including *.aspx
4) the 404 page should be ASP-enabled, ie using codebehind, <script runat="server">, or <% %>