在asp.net,我可以定義自定義錯誤頁是這樣的:自定義HTTP錯誤頁
<configuration>
<system.web>
<customErrors mode="On">
<error statusCode="404" redirect="/servererrors/404.aspx" />
</customErrors>
</system.web>
</configuration>
現在我的問題:如果我更換,說404.aspx與AnyHTTP.aspx, 和希望得到http錯誤的數量來概括頁面,我怎麼得到那個錯誤數字?