在 Application_Start 中使用 Response.Redirect 就会出现“响应在此上下文中不可用”的错误。
解决方法:将 Response.Redirect 改成 Context.Response.Redirect 即可。