public ActionResult Index() { Response.StatusCode = 404; return Content("Hello World"); }
以上代码在本地测试都OK、怎么在IIS里接管404或者500、后面代码继续执行、