My Original url is calling ...Decisions.aspx?decis=Y&oneup=45
The web.config routes this first to the login.aspx page, I would then like for it to open the original url and use the parameters that should be passed.
I am using
FormsAuthentication.RedirectFromLoginPage(netid, false);
Steve