I have this problem too. Can anyone help me? I use Forms authentication and have 3 .aspx pages: 1) Login.aspx 2) Default.aspx 3) Another_one_page.aspx I open my Login.aspx, succesfully log in and redirect myself to Default.aspx. But when I try to go to Another_one_page.aspx from Default.aspx: Response.Redirect("~/Another_one_page.aspx");
my browser redirect me to the Login.aspx page. And when I insert credentials into Login.aspx, I will be redirected to the Default.aspx page again. So, the Another_one_page.aspx is fully unavailable. Thanks for any useful information!
modified on Monday, April 6, 2009 3:57 AM