I'm trying to export a report to a PDF using ExportToHttpResponse. It is throwing the ThreadAbortException. I can catch the error, and keep trucking and it works in debug mode.
When I publish to production that error ends the response, hangs the window and the report does not show.
I've found lots of info stating that ExportToHttpResponse causes the error, but no information about getting around it...