aspdotnet_website_programming thread: Thread is being aborted error when redirecting to BrowseFiles.aspx
I have incorporated most of the features from Chapter 4 "Maintaining the
Site" into my own application and they work very well. I have found one
problem I can't explain. The Rename_Click event in BrowseFiles.aspx
executes Response.Redirect("BrowseFiles.aspx?Folder=" + folderPath) to
refresh the page. This statement throws a
System.Threading.ThreadAbortException: "Thread is being aborted." This
occurs in ThePhile app and in my code. The good part (maybe) is that the
file is renamed and the page refreshes correctly.
Has anyone else experienced this or know why it occurs?
Thanks,
Mark