protected void Application_Error(object sender, EventArgs e)
        {
            HttpContext.Current.RewritePath("~/inc/error.aspx");
        }这样为什么不可以但 用 Response.Redirect("~/inc/error.aspx")却可以