Response.Redirect and thread was being aborted error?

前端 未结 4 1947
广开言路
广开言路 2020-12-15 10:09

I had this error Thread was being aborted., this afternoon in my error log.

The code that caused this error is:

Response.Redirect(\"         


        
4条回答
  •  执笔经年
    2020-12-15 10:51

    you can change like this Response.Redirect ("Login.aspx",false) then it wont abort.

提交回复
热议问题