Why would an aspx file return 404 (“The page cannot be found”)

前端 未结 13 1554
日久生厌
日久生厌 2020-12-24 01:42

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

<
相关标签:
13条回答
  • 2020-12-24 02:26

    I found a solution here. The real catch was using this:

    Response.TrySkipIisCustomErrors = true;
    
    0 讨论(0)
提交回复
热议问题