Установить страницу, которая образует authentication.redirectfromloginpage перенаправление на

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