ThreadAbortException (WebClient using DownloadFile to grab file from server)
- by baron
Hi Everyone,
Referencing my Earlier Question, regarding downloading a file from a server and handling exceptions properly. I am positive that I had this solved, then in classic programming fashion, returned days later to frustratingly find it broken :-(
Updated code:
private static void GoGetIt(HttpContext context)
{
var…