I have the code below on my ASP.net page:
Response.StatusCode = 404
Response.Write(strResult)
Response.End()
In the above code, an “System.Threading.ThreadAbortException” exception has occurred and has been detected. "
Can someone tell me the reason? And I solve it.
thank
source
share