I've been researching the problem regarding Response.Redirect
throwing a ThreadAbortException
. One part of it in which I can't find an answer is why does this happen in VS 2013 and not in VS 2010? I can open and run the same project in each and the Response.Redirect
calls only throw the exception when run in VS 2013. Thanks for any responses.
Kevin