Why when I access an aspx (e.g., http://www.example.com/foo.aspx - not the real site) through IE6 would I get a 404 Error (i.e., \"The page cannot be found\") in IIS6
I found a solution here. The real catch was using this:
Response.TrySkipIisCustomErrors = true;