I’ve come across a situation where I have a response.redirect inside a TRY Catch The redirect seams to trigger an exception. I found a work around but I’m scared it might cause other problems. Response.redirect(“blah blah”, False) ß the false seams to help … although I’m not 100% sure why … You guys...