Redirecting

  • Thread starter Thread starter Vivek Sharma
  • Start date Start date
V

Vivek Sharma

Hi,

I am using database based authetication for users. Once a user is
authenticated I am redirecting the user to a different page in the same
folder. WHen I debug I keep end up going to "catch" and finally to the
cached page. It steps through the catch but does not generate any error
 
redirects cause thread aborts that throw an associated exceptions. either
remove the catch block or use false as a parameter in the redirect. consult
your docs for more info

--
Regards,
Alvin Bruney - ASP.NET MVP

[Shameless Author Plug]
The Microsoft Office Web Components Black Book with .NET
Now available @ www.lulu.com/owc, Amazon.com etc
 
Back
Top