c# - Why does Response.Redirect throw the ThreadAbortException in VS 2013 but not in VS 2010? -
I am researching the issue regarding the response. Redirects
a threadbortexation
. Part of it in which I have not got any answers, this is VS. Why in 2013 and not in VS 2010? I can open and run the same project in each and
Response.Redirect
call only VS. Can throw exceptions when running in 2013. Thanks for any feedback.
Kevin
Comments
Post a Comment