getting multiple threads

  • Thread starter Thread starter Sam
  • Start date Start date
S

Sam

When I am debugging my asp.net application with
breakpoints I notice I have two concurrent threads
running at once. Why is that? It is causing havoc with my
response.redirects. Note, I am not using smart navigation.

Sam
 
What exactly do you mean by causing havoc? Are you redirecting inside a
catch block?
 
Im redirecting in the try portion. I receive the error
message "Object moved to here". But not everytime.
 
Back
Top