You may have figured it out already but I also noticed a change in 3.5 where the AsyncPostBackError wasn't getting handled where it had been just fine in 2.0. Turns out that we had custom Application_Error handling in our global.asax which would redirect to an appropriate error page. While this wasn't...