Custom Error Page for Http Error 503

前端 未结 4 874
死守一世寂寞
死守一世寂寞 2020-12-15 07:02

I need to send a Customized Error page for 503 Errors produced by my asp.net website. I have tried to simulate the condition by switching off the application pool (doesn\'t

4条回答
  •  既然无缘
    2020-12-15 07:42

    Take a look at HttpContext.Current.Response.TrySkipIisCustomErrors. just a suggestion.

提交回复
热议问题