Establezca la página que formeutenticación.RedirectFromLogInpage redirige a

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