Response.redirect (2.0)

  • Thread starter Thread starter Guest
  • Start date Start date
G

Guest

I created a log in screen going against my database. I can validate the users
fine, and if the user is validating but I can't redirect the users to the
next page. I'm getting this error message:

{Text = Unable to evaluate expression because the code is optimized or a
native frame is on top of the call stack.}

what does this mean and how can I take the user once they're validated to
the next page?
 
Remove your try/catch block around your redirect. Googling this, it looks
like it might be a bug in the framework...
 
that worked thanks.

will this issue be fixed from microsoft or do we just have to live with it?
 
Back
Top