set the page that FormsAuthentication.RedirectFromLoginPage redirects to

Code Example - set the page that FormsAuthentication.RedirectFromLoginPage redirects to

                
                        // RedirectFromLoginPage cannot specify a path. Use the following
FormsAuthentication.SetAuthCookie(IDTextBox.Text, RememberCheckBox.Checked);
Response.Redirect("some url the user has choosen");