asp.net LoginView keeps redirecting to default.aspx, how to change?
Posted
by craig
on Stack Overflow
See other posts from Stack Overflow
or by craig
Published on 2010-03-26T13:04:50Z
Indexed on
2010/03/26
13:13 UTC
Read the original article
Hit count: 322
ASP.NET
I have a LoginView control on my homepage, when i click 'Login' it goes to the log in page. When the details are authenticated, it redirects to default.aspx, I don't have a default.aspx - where can I change this?
This is the only thing I can see wrong:
FormsAuthentication.RedirectFromLoginPage(Login1.UserName, Login1.RememberMeSet);
© Stack Overflow or respective owner