Response.redirect (2.0)

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?
 
J

Jeff Dillon

Remove your try/catch block around your redirect. Googling this, it looks
like it might be a bug in the framework...
 
G

Guest

that worked thanks.

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

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top